]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Merged revisions 83818 via svnmerge from
authorSenthil Kumaran <orsenthil@gmail.com>
Sun, 8 Aug 2010 11:43:45 +0000 (11:43 +0000)
committerSenthil Kumaran <orsenthil@gmail.com>
Sun, 8 Aug 2010 11:43:45 +0000 (11:43 +0000)
commitb4ec7ee486c571694ece406d38259054983b091b
treeb544684a4f606201a8d53aa60a63c38ae32027f4
parent431774f32a22a4bdfc5a239709bcba3e8d7045e9
Merged revisions 83818 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r83818 | senthil.kumaran | 2010-08-08 16:57:53 +0530 (Sun, 08 Aug 2010) | 4 lines

  Fix Issue8280 - urllib2's Request method will remove fragements in the url.
  This is how it should work,wget and curl work like this way too. Old behavior was wrong.
........
Lib/test/test_urllib2.py
Lib/test/test_urllib2net.py
Lib/urllib2.py