]> granicus.if.org Git - python/commit
Fix Issue4493 - urllib2 adds '/' to the path component of url, when it does not
authorSenthil Kumaran <orsenthil@gmail.com>
Mon, 22 Nov 2010 04:48:26 +0000 (04:48 +0000)
committerSenthil Kumaran <orsenthil@gmail.com>
Mon, 22 Nov 2010 04:48:26 +0000 (04:48 +0000)
commitc295862ce04c6bf2b1d2ba5b8218f6198c62a241
treeceaa20b7dc94b3ecf4ee5bc0446011e6d32ac8a6
parent1e600dc01fa294deb05243378e7419df1b6750ba
Fix Issue4493 - urllib2 adds '/' to the path component of url, when it does not
starts with one. This behavior is exhibited by browser and other clients.
Lib/test/test_urllib2.py
Lib/urllib/parse.py
Lib/urllib/request.py
Misc/NEWS