[issue8823] urllib2 does not catch httplib.BadStatusLine

Senthil Kumaran report at bugs.python.org
Wed May 26 18:00:31 CEST 2010


Senthil Kumaran <orsenthil at gmail.com> added the comment:

urllib2 is currently catching the socket.error exceptions and presenting the reason as custom URLError exception. To address this issue, the module should catch the httplib raised exceptions also and present it.

----------
assignee:  -> orsenthil
nosy: +orsenthil
resolution:  -> accepted

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue8823>
_______________________________________


More information about the Python-bugs-list mailing list