cpython/Lib/compiler
Georg Brandl 944f684ce6 Allow multiple context managers in one with statement, as proposed
in http://codereview.appspot.com/53094 and accepted by Guido.

The construct is transformed into multiple With AST nodes so that
there should be no problems with the semantics.
2009-05-25 21:02:56 +00:00
..
__init__.py
ast.py
consts.py
future.py
misc.py
pyassem.py
pycodegen.py
symbols.py
syntax.py
transformer.py
visitor.py