Changeset 391 for python/trunk/Tools/freeze/makefreeze.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/Tools/freeze/makefreeze.py
r2 r391 63 63 outfp.write('\n') 64 64 # The following modules have a NULL code pointer, indicating 65 # that the prozen program should not search for them on the host65 # that the frozen program should not search for them on the host 66 66 # system. Importing them will *always* raise an ImportError. 67 67 # The zero value size is never used.
Note:
See TracChangeset
for help on using the changeset viewer.