Changeset 391 for python/trunk/Lib/new.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/new.py
r2 r391 15 15 from types import ModuleType as module 16 16 17 # CodeType is not accessible in restricted execution mode 18 try: 19 from types import CodeType as code 20 except ImportError: 21 pass 17 from types import CodeType as code
Note:
See TracChangeset
for help on using the changeset viewer.