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 r.david.murray
Recipients r.david.murray, vstinner
Date 2010-06-03.18:50:03
SpamBayes Score 0.0013626673
Marked as misclassified No
Message-id <1275591006.22.0.670569241556.issue8889@psf.upfronthosting.co.za>
In-reply-to
Content
test_support.transient_internet was modified to check for more errors, but one of them, socket.EAI_NODATA, is not supported by FreeBSD.  The attached patch rewrites transient_internet to only test EAI error codes that exist, and also improves the skip message.
History
Date User Action Args
2010-06-03 18:50:06r.david.murraysetrecipients: + r.david.murray, vstinner
2010-06-03 18:50:06r.david.murraysetmessageid: <1275591006.22.0.670569241556.issue8889@psf.upfronthosting.co.za>
2010-06-03 18:50:04r.david.murraylinkissue8889 messages
2010-06-03 18:50:03r.david.murraycreate