]> granicus.if.org Git - python/commit
Fix Issue8280 - urllib2's Request method will remove fragements in the url.
authorSenthil Kumaran <orsenthil@gmail.com>
Sun, 8 Aug 2010 11:27:53 +0000 (11:27 +0000)
committerSenthil Kumaran <orsenthil@gmail.com>
Sun, 8 Aug 2010 11:27:53 +0000 (11:27 +0000)
commitd95cc754836762be6571aa44bcad1a01cf6def1d
treeb93a7d02f984ab5820ed90705395ac4d1a2e9fc4
parentad537f23e2e60b92c67fe01855ec1a0a7479df46
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