]> granicus.if.org Git - python/commit
A self-contained piece of Michael Hudson's patch
authorTim Peters <tim.peters@gmail.com>
Fri, 17 Aug 2001 19:49:02 +0000 (19:49 +0000)
committerTim Peters <tim.peters@gmail.com>
Fri, 17 Aug 2001 19:49:02 +0000 (19:49 +0000)
commitde642bdc5db10f2ef42dcd75b47faccd0fbee585
tree45003e51b88f61841b48cd4495f6d701ca03b85a
parentb0a98e9c9462237706578a5180c0f83abd13a1fa
A self-contained piece of Michael Hudson's patch
    #449043 supporting __future__ in simulated shells
in support of PEP 264.

Much has changed from the patch version:
+ Repaired bad hex constant for nested_scopes.
+ Defined symbolic CO_xxx names so global search will find these uses.
+ Made the exported list of feature names explicit, instead of abusing
  __all__ for this purpose (and redefined __all__ accordingly).
+ Added gross .compiler_flag verification to test___future__.py, and
  reworked it a little to make use of the newly exported explicit list
  of feature names.
Lib/__future__.py
Lib/test/test___future__.py