add contextlib problem

This commit is contained in:
Benjamin Peterson 2009-02-27 23:39:06 +00:00
parent d1f883f6a1
commit 6372fde1b6
1 changed files with 4 additions and 0 deletions

View File

@ -53,6 +53,7 @@ Features for 3.1
- Adding an IP Address library to the stdlib [#iplib].
- Update simplejson to the latest external version [#simplejson]_.
- Ordered dictionary for collections [#ordered]_.
- Fixing contextlib.nested() [#contextlib]_.
Footnotes
@ -67,6 +68,9 @@ Footnotes
.. [#ordered] PEP 372
http://www.python.org/dev/peps/pep-0372/
.. [#contextlib]
http://bugs.python.org/issue5251
Copyright