New submission from R. David Murray <rdmur...@bitdance.com>: 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.
---------- components: Tests files: transient_internet.patch keywords: patch messages: 106972 nosy: haypo, r.david.murray priority: normal severity: normal status: open title: test_support.transient_internet fails on Freebsd because socket has no attribute EAI_NODATA type: behavior versions: Python 2.6, Python 2.7, Python 3.1, Python 3.2 Added file: http://bugs.python.org/file17534/transient_internet.patch _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue8889> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com