[issue17759] test_urllibnet.test_bad_address() fails on Ubuntu 13.04

Barry A. Warsaw report at bugs.python.org
Fri Oct 18 19:20:23 CEST 2013


Barry A. Warsaw added the comment:

I'm going to close this as invalid:

Python 3.3.2+ (3.3:247344a0d12e, Oct 18 2013, 13:14:59) 
[GCC 4.8.1] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> from socket import *
>>> gethostbyname('in.val.id')
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
socket.gaierror: [Errno -5] No address associated with hostname

Same goes for 2.7 and 3.4.

----------

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


More information about the Python-bugs-list mailing list