commit | 027ac24650f0cb48d0391ce34749ddfb29419f57 | [log] [tgz] |
---|---|---|
author | Georg Brandl <georg@python.org> | Wed Mar 14 08:27:57 2007 +0000 |
committer | Georg Brandl <georg@python.org> | Wed Mar 14 08:27:57 2007 +0000 |
tree | dad6df1c1c34eb9b5ee5356398b43586fb528cb4 | |
parent | 12e8fe63e2d7f10bd1ef43b3c4160d3b42e62223 [diff] |
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)