cpython/Lib/urllib
R. David Murray 25b8cca6e8 #4496: remove misleading comment and note that self.handlers is obsolete.
self.handlers is still used in one urllib2 test, but not by the code iteslf.
2010-12-23 19:44:49 +00:00
..
__init__.py
error.py
parse.py Fix Issue9721 - urljoin behavior when the relative url starts with ';' 2010-12-17 04:48:45 +00:00
request.py #4496: remove misleading comment and note that self.handlers is obsolete. 2010-12-23 19:44:49 +00:00
response.py Add __enter__ and __exit__ methods to addbase() so that it supports with. 2009-03-26 21:34:20 +00:00
robotparser.py #4108: the first default entry (User-agent: *) wins. 2010-07-29 17:55:01 +00:00