Comment 1 for bug 244707

Revision history for this message
Damien Thébault (damien-thebault) wrote :

Exceptions should match the ones from the 'socket' module.
Quoting the python documentation [1]:

"exception gaierror
    This exception is raised for address-related errors, for getaddrinfo() and getnameinfo().[...]"
(res_query/res_search should raise exceptions too)

[1] http://www.python.org/doc/lib/module-socket.html