cpython/Doc/reference
Georg Brandl 0c31562a91 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.
........
2009-05-25 21:10:36 +00:00
..
compound_stmts.rst Merged revisions 72924 via svnmerge from 2009-05-25 21:10:36 +00:00
datamodel.rst
executionmodel.rst
expressions.rst
grammar.rst
index.rst
introduction.rst
lexical_analysis.rst Merged revisions 72288 via svnmerge from 2009-05-04 20:43:44 +00:00
simple_stmts.rst
toplevel_components.rst