New submission from Ned Deily <n...@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 <rep...@bugs.python.org>
<http://bugs.python.org/issue9568>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to