[Python-checkins] r70039 - peps/trunk/pep-0375.txt

benjamin.peterson python-checkins at python.org
Sat Feb 28 00:39:06 CET 2009


Author: benjamin.peterson
Date: Sat Feb 28 00:39:06 2009
New Revision: 70039

Log:
add contextlib problem

Modified:
   peps/trunk/pep-0375.txt

Modified: peps/trunk/pep-0375.txt
==============================================================================
--- peps/trunk/pep-0375.txt	(original)
+++ peps/trunk/pep-0375.txt	Sat Feb 28 00:39:06 2009
@@ -53,6 +53,7 @@
 - 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 @@
 .. [#ordered] PEP 372
    http://www.python.org/dev/peps/pep-0372/
 
+.. [#contextlib]
+   http://bugs.python.org/issue5251
+
 
 
 Copyright


More information about the Python-checkins mailing list