cpython/Lib/urllib
Senthil Kumaran a66e3885fb Issue #22278: Fix urljoin problem with relative urls, a regression observed
after changes to issue22118 were submitted.

Patch contributed by Demian Brecht and reviewed by Antoine Pitrou.
2014-09-22 15:49:16 +08:00
..
__init__.py
error.py
parse.py Issue #22278: Fix urljoin problem with relative urls, a regression observed 2014-09-22 15:49:16 +08:00
request.py Issue #22366: urllib.request.urlopen will accept a context object (SSLContext) 2014-09-19 15:23:30 +08:00
response.py
robotparser.py