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

brett.cannon python-checkins at python.org
Wed Jul 2 04:06:11 CEST 2008


Author: brett.cannon
Date: Wed Jul  2 04:06:11 2008
New Revision: 64652

Log:
Update status of the urllib package.


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 04:06:11 2008
@@ -826,21 +826,22 @@
        and ``tkSimpleDialog`` have no naming conflicts.
 
 
-urllib package [done: 3.0] (TODO deprecations, fixers for 2.6)
-//////////////////////////////////////////////////////////////
+urllib package [done: 3.0] (TODO urllib2, urlparse, robotparser)
+/////////////////////////////////////////////////////////////////
 
 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
 to keep the name ``urllib`` and instead shift existing modules around
 into a new package.
 
-==================  ===================================
+==================  ================================================
 Current Name        Replacement Name
-==================  ===================================
-urllib2             urllib.request
+==================  ================================================
+urllib2             urllib.request, urllib.error
 urlparse            urllib.parse
-urllib              urllib.parse, urllib.request [6]_
-==================  ===================================
+urllib              urllib.parse, urllib.request, urllib.error [6]_
+robotparser         urllib.robotparser
+==================  ================================================
 
 .. [6] The quoting-related functions from ``urllib`` will be added
        to ``urllib.parse``. ``urllib.URLOpener`` and


More information about the Python-checkins mailing list