[Python-checkins] r65229 - peps/trunk/pep-3108.txt

brett.cannon python-checkins at python.org
Fri Jul 25 20:03:30 CEST 2008


Author: brett.cannon
Date: Fri Jul 25 20:03:29 2008
New Revision: 65229

Log:
urllib has been dealt with.

Modified:
   peps/trunk/pep-3108.txt

Modified: peps/trunk/pep-3108.txt
==============================================================================
--- peps/trunk/pep-3108.txt	(original)
+++ peps/trunk/pep-3108.txt	Fri Jul 25 20:03:29 2008
@@ -629,7 +629,7 @@
   + Guido has previously supported the deprecation
     [#thread-deprecation]_.
 
-* urllib (TODO creation of the ``urllib`` package probably needs to happen first)
+* urllib [done: 2.6, 3.0]
 
   + Superceded by urllib2.
   + Functionality unique to urllib will be kept in the


More information about the Python-checkins mailing list