Staging
v0.5.1
https://github.com/python/cpython
Revision 0c31562a913e9a49842bd73c04847861c23774f1 authored by Georg Brandl on 25 May 2009, 21:10:36 UTC, committed by Georg Brandl on 25 May 2009, 21:10:36 UTC
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.
........
1 parent 0c1829b
History
Tip revision: 0c31562a913e9a49842bd73c04847861c23774f1 authored by Georg Brandl on 25 May 2009, 21:10:36 UTC
Merged revisions 72924 via svnmerge from
Tip revision: 0c31562
File Mode Size
Demo
Doc
Grammar
Include
Lib
Mac
Misc
Modules
Objects
PC
PCbuild
Parser
Python
Tools
.bzrignore -rw-r--r-- 688 bytes
.hgignore -rw-r--r-- 882 bytes
.hgtags -rw-r--r-- 3.5 KB
LICENSE -rw-r--r-- 13.7 KB
Makefile.pre.in -rw-r--r-- 38.5 KB
README -rw-r--r-- 7.4 KB
configure -rwxr-xr-x 702.6 KB
configure.in -rw-r--r-- 109.4 KB
install-sh -rwxr-xr-x 7.0 KB
pyconfig.h.in -rw-r--r-- 32.0 KB
runtests.sh -rwxr-xr-x 2.1 KB
setup.py -rw-r--r-- 70.7 KB

README

back to top