]> 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:57 +0000 (08:27 +0000)
committerGeorg Brandl <georg@python.org>
Wed, 14 Mar 2007 08:27:57 +0000 (08:27 +0000)
commit027ac24650f0cb48d0391ce34749ddfb29419f57
treedad6df1c1c34eb9b5ee5356398b43586fb528cb4
parent12e8fe63e2d7f10bd1ef43b3c4160d3b42e62223
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.
 (backport from rev. 54376)
Lib/test/test_urllib.py
Lib/urllib.py
Misc/NEWS