[Python-checkins] r72092 - peps/trunk/pep-0375.txt
georg.brandl
python-checkins at python.org
Wed Apr 29 09:01:55 CEST 2009
Author: georg.brandl
Date: Wed Apr 29 09:01:55 2009
New Revision: 72092
Log:
Add nested with stuff.
Modified:
peps/trunk/pep-0375.txt
Modified: peps/trunk/pep-0375.txt
==============================================================================
--- peps/trunk/pep-0375.txt (original)
+++ peps/trunk/pep-0375.txt Wed Apr 29 09:01:55 2009
@@ -54,6 +54,7 @@
- Fixing contextlib.nested() [#contextlib]_.
- auto-numbered replacement fields in str.format() strings [#strformat]_
- Upgrading xml.etree to the latest external version [#etree]_
+- Nested with-statements in one with statement
Footnotes
More information about the Python-checkins
mailing list