Update status of the urllib package.

This commit is contained in:
Brett Cannon 2008-07-02 02:06:11 +00:00
parent 092f4694ef
commit 32f90f6aba
1 changed files with 8 additions and 7 deletions

View File

@ -826,21 +826,22 @@ turtle tkinter.turtle
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