[issue1958] IPv6 compiled getaddrinfo returns IPv6 address even if the system does not support IPv6

Martin v. Löwis report at bugs.python.org
Mon Jan 28 23:11:51 CET 2008


Martin v. Löwis added the comment:

My guess is that the C library returns it because /etc/hosts says so.
The convention is that /etc/hosts should call ::1 ip6-localhost (and
ip6-loopback) instead.

----------
nosy: +loewis
resolution:  -> invalid
status: open -> closed

__________________________________
Tracker <report at bugs.python.org>
<http://bugs.python.org/issue1958>
__________________________________


More information about the Python-bugs-list mailing list