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.
Showing
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
Lib/urllib.py
deleted
100644 → 0
This diff is collapsed.
Lib/urllib/__init__.py
0 → 100644
Lib/urllib/error.py
0 → 100644
This diff is collapsed.
This diff is collapsed.
Lib/urllib/response.py
0 → 100644
Please register or sign in to comment