Update status of the urllib package.
This commit is contained in:
parent
092f4694ef
commit
32f90f6aba
15
pep-3108.txt
15
pep-3108.txt
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue