Changeset 388 for python/vendor/current/Lib/new.py
- Timestamp:
- Mar 19, 2014, 11:11:30 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
python/vendor/current/Lib/new.py
r2 r388 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.