]> granicus.if.org Git - python/commit
from __future__ import with_statement addon for 'with', mostly written by
authorThomas Wouters <thomas@python.org>
Tue, 28 Feb 2006 19:02:24 +0000 (19:02 +0000)
committerThomas Wouters <thomas@python.org>
Tue, 28 Feb 2006 19:02:24 +0000 (19:02 +0000)
commit34aa7ba11431a46e72ec30ee7528f2e52adbed7f
treeac399604026430f720f60a7b42264103a747a18c
parentedc8f1366af2d32882649647a7a79873a6cb9503
from __future__ import with_statement addon for 'with', mostly written by
Neal.
16 files changed:
Include/code.h
Include/compile.h
Include/modsupport.h
Include/parsetok.h
Include/pythonrun.h
Lib/__future__.py
Lib/compiler/future.py
Lib/test/test_with.py
Misc/NEWS
Parser/parser.c
Parser/parser.h
Parser/parsetok.c
Python/Python-ast.c
Python/compile.c
Python/future.c
Python/pythonrun.c