Add nested with stuff.

This commit is contained in:
Georg Brandl 2009-04-29 07:01:55 +00:00
parent 280e65e209
commit 403aba85da
1 changed files with 1 additions and 0 deletions

View File

@ -54,6 +54,7 @@ Features for 3.1
- 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