commit | d95cc754836762be6571aa44bcad1a01cf6def1d | [log] [tgz] |
---|---|---|
author | Senthil Kumaran <orsenthil@gmail.com> | Sun Aug 08 11:27:53 2010 +0000 |
committer | Senthil Kumaran <orsenthil@gmail.com> | Sun Aug 08 11:27:53 2010 +0000 |
tree | b93a7d02f984ab5820ed90705395ac4d1a2e9fc4 | |
parent | ad537f23e2e60b92c67fe01855ec1a0a7479df46 [diff] |
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.