]> granicus.if.org Git - python/commit
Issue #22278: Fix urljoin problem with relative urls, a regression observed
authorSenthil Kumaran <senthil@uthcode.com>
Mon, 22 Sep 2014 07:49:16 +0000 (15:49 +0800)
committerSenthil Kumaran <senthil@uthcode.com>
Mon, 22 Sep 2014 07:49:16 +0000 (15:49 +0800)
commita66e3885fb7bafbe69d738f500a63bd6718b0076
tree08fa3d6c998549cd24da7694eb9df1d06cf21129
parente6c27c9f6b381f1970e8639d298e87446dbf1a61
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.
Lib/test/test_urlparse.py
Lib/urllib/parse.py
Misc/NEWS