]> granicus.if.org Git - python/commit
Bug #767111: fix long-standing bug in urllib which caused an
authorGeorg Brandl <georg@python.org>
Wed, 14 Mar 2007 08:27:52 +0000 (08:27 +0000)
committerGeorg Brandl <georg@python.org>
Wed, 14 Mar 2007 08:27:52 +0000 (08:27 +0000)
commitf66b6039c11fb8f9162867afb7e6574652637a7b
tree08135659eca3719afcce22a6fdf4a84d6f6fad34
parent90fd76a2b49353fc43ab48b330a6e752ed9a75ba
Bug #767111: fix long-standing bug in urllib which caused an
AttributeError instead of an IOError when the server's response didn't
contain a valid HTTP status line.
Lib/test/test_urllib.py
Lib/urllib.py
Misc/NEWS