[New-bugs-announce] [issue8889] test_support.transient_internet fails on Freebsd because socket has no attribute EAI_NODATA

R. David Murray report at bugs.python.org
Thu Jun 3 20:50:06 CEST 2010


New submission from R. David Murray <rdmurray at 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 <report at bugs.python.org>
<http://bugs.python.org/issue8889>
_______________________________________


More information about the New-bugs-announce mailing list