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

Antoine Pitrou report at bugs.python.org
Fri Oct 12 00:12:49 CEST 2012


Antoine Pitrou added the comment:

I would suggest closing as won't fix. The way I understand it, --disable-ipv6 simply allows building on systems without IPv6 support. It's not meant to disable IPv6 requests on an IPv6-compliant system.

If your IPv6 connectivity doesn't work properly, you should disable it in your system configuration, not try to recompile Python!

----------
nosy: +pitrou
resolution:  -> wont fix
stage: test needed -> committed/rejected

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


More information about the Python-bugs-list mailing list