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 mattrobenolt
Recipients koobs, mattrobenolt, ned.deily, r.david.murray, ronaldoussoren, xiang.zhang
Date 2016-07-25.15:25:08
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1469460309.01.0.219582895977.issue27612@psf.upfronthosting.co.za>
In-reply-to
Content
And lastly, it seems that `socket.gethostbyname_ex` _does_ work correctly on both platforms.

```
>>> socket.gethostbyname_ex('0177.0000.0000.0001')
('0177.0000.0000.0001', [], ['127.0.0.1'])
```
History
Date User Action Args
2016-07-25 15:25:09mattrobenoltsetrecipients: + mattrobenolt, ronaldoussoren, ned.deily, r.david.murray, koobs, xiang.zhang
2016-07-25 15:25:09mattrobenoltsetmessageid: <1469460309.01.0.219582895977.issue27612@psf.upfronthosting.co.za>
2016-07-25 15:25:08mattrobenoltlinkissue27612 messages
2016-07-25 15:25:08mattrobenoltcreate