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

benjamin.peterson python-checkins at python.org
Sat May 30 21:49:16 CEST 2009


Author: benjamin.peterson
Date: Sat May 30 21:49:15 2009
New Revision: 73059

Log:
remove some things that didn't happen

Modified:
   peps/trunk/pep-0375.txt

Modified: peps/trunk/pep-0375.txt
==============================================================================
--- peps/trunk/pep-0375.txt	(original)
+++ peps/trunk/pep-0375.txt	Sat May 30 21:49:15 2009
@@ -47,11 +47,9 @@
 
 - importlib
 - io in C
-- A reworked email package
 - 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]_.
 - 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
@@ -69,9 +67,6 @@
 .. [#ordered] PEP 372
    http://www.python.org/dev/peps/pep-0372/
 
-.. [#contextlib]
-   http://bugs.python.org/issue5251
-
 .. [#strformat]
    http://bugs.python.org/issue5237
 


More information about the Python-checkins mailing list