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:12:26
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1533240746.56.0.56676864532.issue34105@psf.upfronthosting.co.za>
In-reply-to
Content
Note that the test itself has the following comment:

def test_host_resolution_bad_address(self):
        # These are all malformed IP addresses and expected not to resolve to
        # any result.  But some ISPs, e.g. AWS, may successfully resolve these
        # IPs.


Does the following shell command give an error? : host '0.1.1.~1'
History
Date User Action Args
2018-08-02 20:12:26ronaldoussorensetrecipients: + ronaldoussoren, ned.deily, lys.nikolaou
2018-08-02 20:12:26ronaldoussorensetmessageid: <1533240746.56.0.56676864532.issue34105@psf.upfronthosting.co.za>
2018-08-02 20:12:26ronaldoussorenlinkissue34105 messages
2018-08-02 20:12:26ronaldoussorencreate