Staging
v0.5.1
https://github.com/python/cpython
Revision 1afc1696167547a5fa101c53e5a3ab4717f8852c authored by Jeremy Hylton on 18 June 2008, 20:49:58 UTC, committed by Jeremy Hylton on 18 June 2008, 20:49:58 UTC
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.
1 parent a656d2c
History
Tip revision: 1afc1696167547a5fa101c53e5a3ab4717f8852c authored by Jeremy Hylton on 18 June 2008, 20:49:58 UTC
Make a new urllib package .
Tip revision: 1afc169
File Mode Size
Demo
Doc
Grammar
Include
Lib
Mac
Misc
Modules
Objects
PC
PCbuild
Parser
Python
Tools
.bzrignore -rw-r--r-- 635 bytes
.hgignore -rw-r--r-- 866 bytes
.hgtags -rw-r--r-- 2.8 KB
INTBENCH -rw-r--r-- 941 bytes
LICENSE -rw-r--r-- 13.5 KB
Makefile.pre.in -rw-r--r-- 37.0 KB
README -rw-r--r-- 7.0 KB
RELNOTES -rw-r--r-- 2.8 KB
configure -rwxr-xr-x 647.9 KB
configure.in -rw-r--r-- 98.3 KB
install-sh -rwxr-xr-x 7.0 KB
pyconfig.h.in -rw-r--r-- 28.8 KB
runtests.sh -rwxr-xr-x 2.1 KB
setup.py -rw-r--r-- 68.8 KB

README

back to top