Changeset 391 for python/trunk/Lib/__future__.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/__future__.py
r2 r391 113 113 114 114 absolute_import = _Feature((2, 5, 0, "alpha", 1), 115 ( 2, 7, 0, "alpha", 0),115 (3, 0, 0, "alpha", 0), 116 116 CO_FUTURE_ABSOLUTE_IMPORT) 117 117
Note:
See TracChangeset
for help on using the changeset viewer.