Ignore:
Timestamp:
Mar 19, 2014, 11:11:30 AM (11 years ago)
Author:
dmik
Message:

python: Update vendor to 2.7.6.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • python/vendor/current/Lib/new.py

    r2 r388  
    1515from types import ModuleType as module
    1616
    17 # CodeType is not accessible in restricted execution mode
    18 try:
    19     from types import CodeType as code
    20 except ImportError:
    21     pass
     17from types import CodeType as code
Note: See TracChangeset for help on using the changeset viewer.