[issue7802] socket.gaierror before ProtocolError for xmlrpc.client

Georg Brandl report at bugs.python.org
Sat Jan 30 18:57:56 CET 2010


Georg Brandl <georg at python.org> added the comment:

Thanks, that example was indeed wrong.  ProtocolError is not meant to be raised if the HTTP connection to the specified URI can't even be made, e.g. for unknown hosts.  Fixed in r77858.

----------
resolution:  -> fixed
status: open -> closed

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


More information about the Python-bugs-list mailing list