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

raymond.hettinger python-checkins at python.org
Tue Jun 9 01:07:16 CEST 2009


Author: raymond.hettinger
Date: Tue Jun  9 01:07:16 2009
New Revision: 73309

Log:
Update PEP to reflect removal of ipaddr

Modified:
   peps/trunk/pep-0375.txt

Modified: peps/trunk/pep-0375.txt
==============================================================================
--- peps/trunk/pep-0375.txt	(original)
+++ peps/trunk/pep-0375.txt	Tue Jun  9 01:07:16 2009
@@ -47,7 +47,6 @@
 
 - importlib
 - io in C
-- Adding an IP Address library to the stdlib [#iplib]_.
 - Update simplejson to the latest external version [#simplejson]_.
 - Ordered dictionary for collections [#ordered]_.
 - auto-numbered replacement fields in str.format() strings [#strformat]_
@@ -58,9 +57,6 @@
 Footnotes
 =========
 
-.. [#iplib]
-   http://bugs.python.org/issue3959
-
 .. [#simplejson]
    http://bugs.python.org/issue4136
 


More information about the Python-checkins mailing list