Antoine Pitrou added the comment:

> I wonder how other systems respond to [...]
> if all interfaces except for lo are down

On Mageia Linux 1:

>>> socket.getaddrinfo('localhost', 80, 0, socket.SOCK_STREAM, 0, 
>>> socket.AI_ADDRCONFIG)
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
socket.gaierror: [Errno -5] No address associated with hostname

----------
nosy: +pitrou

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue15617>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to