[New-bugs-announce] [issue11500] Fixes failing urllib2 proxy tests on OSX

Scott Wilson report at bugs.python.org
Mon Mar 14 17:07:18 CET 2011


New submission from Scott Wilson <scott.wilson at gmail.com>:

Fixes a bug in the os x proxy bypass code for fully qualified IP addresses in the proxy exception list. 

Tests that fail on os x without this patch:

test_urllib2.HandlerTests.test_proxy_https
test_urllib2.HandlerTests.test_proxy_https_proxy_authorization

Will create a separate issue to improve test coverage in this area.

----------
assignee: ronaldoussoren
components: Macintosh
files: proxy_bypass_osx.diff
keywords: patch
messages: 130841
nosy: ronaldoussoren, rswilson
priority: normal
severity: normal
status: open
title: Fixes failing urllib2 proxy tests on OSX
versions: Python 2.6, Python 2.7, Python 3.1, Python 3.2, Python 3.3
Added file: http://bugs.python.org/file21120/proxy_bypass_osx.diff

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


More information about the New-bugs-announce mailing list