[New-bugs-announce] [issue9568] test_urllib2_localnet fails on OS X 10.3

Ned Deily report at bugs.python.org
Wed Aug 11 10:11:36 CEST 2010


New submission from Ned Deily <nad at acm.org>:

Issue8455 documents a problem which resulted in test_urllib2_libnet failing on OS X with "Connection refused" errors. r82150, r82280, r82281, and r82282 eliminated the test failures for all active branches when running on OS X 10.4 through 10.6.  However, the fixes overlooked a different code path which is only used on OS X 10.3.  The attached one-line patches for 2.6/2.7 and for py3k/3.1 correct that problem for 10.3 as well.

Since the patch is low-risk and corrects a failing test case, I recommend that it be applied for the 2.6.6 release.

----------
assignee: ronaldoussoren
components: Macintosh
files: issue-proxy-10-3-27-26.txt
messages: 113592
nosy: barry, ned.deily, ronaldoussoren
priority: normal
severity: normal
status: open
title: test_urllib2_localnet fails on OS X 10.3
versions: Python 2.6, Python 2.7, Python 3.1, Python 3.2
Added file: http://bugs.python.org/file18475/issue-proxy-10-3-27-26.txt

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue9568>
_______________________________________


More information about the New-bugs-announce mailing list