Ignore:
Timestamp:
Mar 19, 2014, 11:31:01 PM (11 years ago)
Author:
dmik
Message:

python: Merge vendor 2.7.6 to trunk.

Location:
python/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • python/trunk

  • python/trunk/Demo/parser/README

    r2 r391  
    77------
    88
    9         FILES        -- list of files associated with the parser module.
     9    FILES        -- list of files associated with the parser module.
    1010
    11         README       -- this file.
     11    README       -- this file.
    1212
    13         example.py   -- module that uses the `parser' module to extract
    14                         information from the parse tree of Python source
    15                         code.
     13    docstring.py -- sample source file containing only a module docstring.
    1614
    17         docstring.py -- sample source file containing only a module docstring.
     15    example.py   -- module that uses the `parser' module to extract
     16                    information from the parse tree of Python source
     17                    code.
    1818
    19         simple.py    -- sample source containing a "short form" definition.
     19    simple.py    -- sample source containing a "short form" definition.
    2020
    21         source.py    -- sample source code used to demonstrate ability to
    22                         handle nested constructs easily using the functions
    23                         and classes in example.py.
     21    source.py    -- sample source code used to demonstrate ability to
     22                    handle nested constructs easily using the functions
     23                    and classes in example.py.
    2424
    25         test_parser.py  program to put the parser module through its paces.
     25    test_parser.py  program to put the parser module through its paces.
    2626
    27         unparse.py      AST (2.5) based example to recreate source code
    28                         from an AST. This is incomplete; contributions
    29                         are welcome.
     27    test_unparse.py tests for the unparse module
     28
     29    unparse.py      AST (2.7) based example to recreate source code
     30                    from an AST.
    3031
    3132Enjoy!
Note: See TracChangeset for help on using the changeset viewer.