commit | 944f684ce6f439bc868d4b189c45f726dfb9d3b1 | [log] [tgz] |
---|---|---|
author | Georg Brandl <georg@python.org> | Mon May 25 21:02:56 2009 +0000 |
committer | Georg Brandl <georg@python.org> | Mon May 25 21:02:56 2009 +0000 |
tree | 3fd9c596e78b01836158508978ce8eab678bb37b | |
parent | 04516611e7e4ceaef6fef9413719e9cb5b4bb087 [diff] |
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.