Changeset 391 for python/trunk/Lib/lib2to3/pgen2/conv.py
- Timestamp:
- Mar 19, 2014, 11:31:01 PM (11 years ago)
- Location:
- python/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
python/trunk
-
Property svn:mergeinfo
set to
/python/vendor/Python-2.7.6 merged eligible /python/vendor/current merged eligible
-
Property svn:mergeinfo
set to
-
python/trunk/Lib/lib2to3/pgen2/conv.py
r2 r391 52 52 53 53 def parse_graminit_h(self, filename): 54 """Parse the .h file writ en by pgen. (Internal)54 """Parse the .h file written by pgen. (Internal) 55 55 56 56 This file is a sequence of #define statements defining the … … 83 83 84 84 def parse_graminit_c(self, filename): 85 """Parse the .c file writ en by pgen. (Internal)85 """Parse the .c file written by pgen. (Internal) 86 86 87 87 The file looks as follows. The first two lines are always this:
Note:
See TracChangeset
for help on using the changeset viewer.