]> granicus.if.org Git - python/commit
Merged revisions 83818 via svnmerge from
authorSenthil Kumaran <orsenthil@gmail.com>
Sun, 8 Aug 2010 11:30:58 +0000 (11:30 +0000)
committerSenthil Kumaran <orsenthil@gmail.com>
Sun, 8 Aug 2010 11:30:58 +0000 (11:30 +0000)
commit4c88db77a057ebe0a5a5496152d2099cf760e837
treea4da8f131b4559913fb127cc6f152dd514934a9b
parent10215de1ba09b7608a390aeecbd6cde77c8522f1
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/urllib/request.py