This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author barry
Recipients barry, doko, ezio.melotti, javornikolov, pitrou, r.david.murray
Date 2013-10-18.17:20:22
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1382116823.14.0.0648567923112.issue17759@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2013-10-18 17:20:23barrysetrecipients: + barry, doko, pitrou, ezio.melotti, r.david.murray, javornikolov
2013-10-18 17:20:23barrysetmessageid: <1382116823.14.0.0648567923112.issue17759@psf.upfronthosting.co.za>
2013-10-18 17:20:23barrylinkissue17759 messages
2013-10-18 17:20:22barrycreate