commit | 0b7cac11bfd3061ac78c25e5ae118faf16eb9924 | [log] [tgz] |
---|---|---|
author | Senthil Kumaran <orsenthil@gmail.com> | Mon Nov 22 05:04:33 2010 +0000 |
committer | Senthil Kumaran <orsenthil@gmail.com> | Mon Nov 22 05:04:33 2010 +0000 |
tree | 1d9996fde8404983c9a2b5434eb4345ba07031da | |
parent | 949de7a7c4d07c8b38643bb8d946f9fd59a3a325 [diff] |
Merged revisions 86676 via svnmerge from svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r86676 | senthil.kumaran | 2010-11-22 12:48:26 +0800 (Mon, 22 Nov 2010) | 4 lines 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. ........