[issue7735] python creates IPv6 DNS requests even when built with --disable-ipv6

Ralf Schmitt report at bugs.python.org
Fri Oct 12 01:00:52 CEST 2012


Ralf Schmitt added the comment:

The OPs description is pretty clear. There's no good reason to ask for IPv6 addresses if IPv6 is disabled. The create_connection will try them all, and if connections to IPv4 addresses fail, you'll end up with a TypeError.

----------

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


More information about the Python-bugs-list mailing list