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/Lib/lib2to3/pgen2/conv.py

    r2 r391  
    5252
    5353    def parse_graminit_h(self, filename):
    54         """Parse the .h file writen by pgen.  (Internal)
     54        """Parse the .h file written by pgen.  (Internal)
    5555
    5656        This file is a sequence of #define statements defining the
     
    8383
    8484    def parse_graminit_c(self, filename):
    85         """Parse the .c file writen by pgen.  (Internal)
     85        """Parse the .c file written by pgen.  (Internal)
    8686
    8787        The file looks as follows.  The first two lines are always this:
Note: See TracChangeset for help on using the changeset viewer.