cpython/Lib/wsgiref
Jeremy Hylton 1afc169616 Make a new urllib package .
It consists of code from urllib, urllib2, urlparse, and robotparser.
The old modules have all been removed.  The new package has five
submodules: urllib.parse, urllib.request, urllib.response,
urllib.error, and urllib.robotparser.  The urllib.request.urlopen()
function uses the url opener from urllib2.

Note that the unittests have not been renamed for the
beta, but they will be renamed in the future.

Joint work with Senthil Kumaran.
2008-06-18 20:49:58 +00:00
..
__init__.py Merged revisions 46753-51188 via svnmerge from 2006-08-11 14:57:12 +00:00
handlers.py Issue #1066: implement PEP 3109, 2/3 of PEP 3134. 2007-08-31 00:04:24 +00:00
headers.py Merged revisions 55795-55816 via svnmerge from 2007-06-07 23:15:56 +00:00
simple_server.py Make a new urllib package . 2008-06-18 20:49:58 +00:00
util.py Make a new urllib package . 2008-06-18 20:49:58 +00:00
validate.py Merged revisions 55795-55816 via svnmerge from 2007-06-07 23:15:56 +00:00