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

benjamin.peterson python-checkins at python.org
Sat Feb 28 00:40:10 CET 2009


Author: benjamin.peterson
Date: Sat Feb 28 00:40:10 2009
New Revision: 70040

Log:
fix reference

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:40:10 2009
@@ -50,7 +50,7 @@
 - importlib
 - io in C
 - A reworked email package
-- Adding an IP Address library to the stdlib [#iplib].
+- 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]_.


More information about the Python-checkins mailing list