add contextlib problem
This commit is contained in:
parent
d1f883f6a1
commit
6372fde1b6
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue