[issue19012] liburl2: bad proxy configuration throws "getaddrinfo" error

R. David Murray report at bugs.python.org
Sat Sep 14 17:25:22 CEST 2013


R. David Murray added the comment:

The getaddrinfo error message should *not* refer to proxies, because getaddrinfo does not do anything involving proxy configuration.  

Presumably the error occurred when liburl2 tried to resolve the proxy.  So, it is liburl2 that needs to make sure that error is placed in a comprehensible context.  liburl2 is not an stdlib module.  You should report your problem to the liburl2 maintainers.

----------
nosy: +r.david.murray
resolution:  -> invalid
stage:  -> committed/rejected
status: open -> closed
versions: +3rd party -Python 2.7

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


More information about the Python-bugs-list mailing list