cpython/Lib/urllib
Senthil Kumaran 42ef4b1f4c Fix Issue1595365 - Adding the req.headers after the un-redirect headers have
been added. This helps in accidental overwritting of User-Agent header to
default value. To preserve the old behavior, only headers not in unredirected
headers will be updated.
2010-09-27 01:26:03 +00:00
..
__init__.py
error.py
parse.py Silence the BytesWarning, due to patch r83294 for #9301 2010-08-14 18:30:35 +00:00
request.py Fix Issue1595365 - Adding the req.headers after the un-redirect headers have 2010-09-27 01:26:03 +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