cpython/Grammar
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
..
Grammar Allow multiple context managers in one with statement, as proposed 2009-05-25 21:02:56 +00:00