This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author karlcow
Recipients BreamoreBoy, ezio.melotti, karlcow, mher, orsenthil, takahashi.shuhei
Date 2014-10-06.23:30:55
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1412638255.52.0.49292007541.issue18119@psf.upfronthosting.co.za>
In-reply-to
Content
In class urlopen_HttpTests
https://hg.python.org/cpython/file/4f314dedb84f/Lib/test/test_urllib.py#l191

there is a test for invalid redirects

def test_invalid_redirect(self):
https://hg.python.org/cpython/file/4f314dedb84f/Lib/test/test_urllib.py#l247

And one for fragments
def test_url_fragment(self):
https://hg.python.org/cpython/file/4f314dedb84f/Lib/test/test_urllib.py#l205

which refers to http://bugs.python.org/issue11703

code in 
https://hg.python.org/cpython/file/d5688a94a56c/Lib/urllib.py
History
Date User Action Args
2014-10-06 23:30:55karlcowsetrecipients: + karlcow, orsenthil, ezio.melotti, mher, BreamoreBoy, takahashi.shuhei
2014-10-06 23:30:55karlcowsetmessageid: <1412638255.52.0.49292007541.issue18119@psf.upfronthosting.co.za>
2014-10-06 23:30:55karlcowlinkissue18119 messages
2014-10-06 23:30:55karlcowcreate