]> granicus.if.org Git - python/commit
Merged revisions 72924 via svnmerge from
authorGeorg Brandl <georg@python.org>
Mon, 25 May 2009 21:10:36 +0000 (21:10 +0000)
committerGeorg Brandl <georg@python.org>
Mon, 25 May 2009 21:10:36 +0000 (21:10 +0000)
commit0c31562a913e9a49842bd73c04847861c23774f1
treef5fb007402b1a1863c4d317b08be6de4f5547b66
parent0c1829b919cce6f6823e843a16c52e104f28c7f9
Merged revisions 72924 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r72924 | georg.brandl | 2009-05-25 23:02:56 +0200 (Mo, 25 Mai 2009) | 6 lines

  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.
........
Doc/reference/compound_stmts.rst
Grammar/Grammar
Include/graminit.h
Lib/test/test_parser.py
Lib/test/test_with.py
Misc/NEWS
Modules/parsermodule.c
Python/ast.c
Python/graminit.c