]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Merged revisions 86676 via svnmerge from
authorSenthil Kumaran <orsenthil@gmail.com>
Mon, 22 Nov 2010 04:53:57 +0000 (04:53 +0000)
committerSenthil Kumaran <orsenthil@gmail.com>
Mon, 22 Nov 2010 04:53:57 +0000 (04:53 +0000)
commitd17ebdba4a4443a523c0344440d37d472ed82b5a
tree73014b8ca980538f33d2de4a6d4fc54909b15668
parentf30fd1078289dccc746d989264938ae23806ab38
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/parse.py
Lib/urllib/request.py
Misc/NEWS