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 martin.panter
Recipients SilentGhost, martin.panter, neologix, r.david.murray, vstinner, xiang.zhang
Date 2016-12-01.03:59:10
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1480564750.33.0.424000440934.issue28728@psf.upfronthosting.co.za>
In-reply-to
Content
I think the original test is trying to ensure that an invalid numeric IP address results in an OSError. So changing it to skip the test on OSError does not seem wise. Also, Silent Ghost said that the problem was with gethostbyaddr(), not gethostbyname().

I was wondering if there was a separate way to detect the troublesome ISP environment, e.g. trying gethostbyname(bogus_domain).
History
Date User Action Args
2016-12-01 03:59:10martin.pantersetrecipients: + martin.panter, vstinner, r.david.murray, SilentGhost, neologix, xiang.zhang
2016-12-01 03:59:10martin.pantersetmessageid: <1480564750.33.0.424000440934.issue28728@psf.upfronthosting.co.za>
2016-12-01 03:59:10martin.panterlinkissue28728 messages
2016-12-01 03:59:10martin.pantercreate