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 ned.deily
Recipients barry, ned.deily, ronaldoussoren
Date 2010-08-11.08:11:32
SpamBayes Score 9.164048e-09
Marked as misclassified No
Message-id <1281514296.56.0.121028925935.issue9568@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2010-08-11 08:11:37ned.deilysetrecipients: + ned.deily, barry, ronaldoussoren
2010-08-11 08:11:36ned.deilysetmessageid: <1281514296.56.0.121028925935.issue9568@psf.upfronthosting.co.za>
2010-08-11 08:11:34ned.deilylinkissue9568 messages
2010-08-11 08:11:33ned.deilycreate