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

brett.cannon python-checkins at python.org
Wed Jul 2 00:53:53 CEST 2008


Author: brett.cannon
Date: Wed Jul  2 00:53:52 2008
New Revision: 64645

Log:
The urllib package has been handled for 3.0 (I think).

Modified:
   peps/trunk/pep-3108.txt

Modified: peps/trunk/pep-3108.txt
==============================================================================
--- peps/trunk/pep-3108.txt	(original)
+++ peps/trunk/pep-3108.txt	Wed Jul  2 00:53:52 2008
@@ -826,8 +826,8 @@
        and ``tkSimpleDialog`` have no naming conflicts.
 
 
-urllib package (TODO)
-/////////////////////
+urllib package [done: 3.0] (TODO deprecations, fixers for 2.6)
+//////////////////////////////////////////////////////////////
 
 Originally this new package was to be named ``url``, but because of
 the common use of the name as a variable, it has been deemed better


More information about the Python-checkins mailing list