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 ronaldoussoren
Recipients lys.nikolaou, ned.deily, ronaldoussoren
Date 2018-08-02.20:08:49
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1533240529.39.0.56676864532.issue34105@psf.upfronthosting.co.za>
In-reply-to
Content
This is not expected, but I don't know where the problem is.

On my machine I get:

>>> socket.gethostbyname('0.1.1.~1')
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
socket.gaierror: [Errno 8] nodename nor servname provided, or not known

This is on a machine running 10.13.6:

$ sw_vers
ProductName:	Mac OS X
ProductVersion:	10.13.6
BuildVersion:	17G65

I'm using a checkout of master of about a week all, and get the same exception with 3.7.0.  I also get the same exception on the current beta of macOS 10.14 (With python 3.7.0)

I'm currently building the current master to check if that changes anything.
History
Date User Action Args
2018-08-02 20:08:49ronaldoussorensetrecipients: + ronaldoussoren, ned.deily, lys.nikolaou
2018-08-02 20:08:49ronaldoussorensetmessageid: <1533240529.39.0.56676864532.issue34105@psf.upfronthosting.co.za>
2018-08-02 20:08:49ronaldoussorenlinkissue34105 messages
2018-08-02 20:08:49ronaldoussorencreate