]> granicus.if.org Git - python/commit
Merged revisions 86676 via svnmerge from
authorSenthil Kumaran <orsenthil@gmail.com>
Mon, 22 Nov 2010 05:04:33 +0000 (05:04 +0000)
committerSenthil Kumaran <orsenthil@gmail.com>
Mon, 22 Nov 2010 05:04:33 +0000 (05:04 +0000)
commit0b7cac11bfd3061ac78c25e5ae118faf16eb9924
tree1d9996fde8404983c9a2b5434eb4345ba07031da
parent949de7a7c4d07c8b38643bb8d946f9fd59a3a325
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.
........
Lib/test/test_urllib2.py
Lib/urllib.py
Misc/NEWS