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 rswilson
Recipients orsenthil, rswilson
Date 2011-03-14.22:08:13
SpamBayes Score 0.0082117235
Marked as misclassified No
Message-id <1300140494.17.0.372378902251.issue11511@psf.upfronthosting.co.za>
In-reply-to
Content
Several proxy tests in test_urllib2_localnet were failing for me on osx due to spurious interference of my configured proxy settings.  Attaching a patch that proposes exposing the proxy bypass settings in the same manner as the proxies when constructing ProxyHandler.

An alternate solution to just fix the tests would be to monkeypatch urllib.request.proxy_bypass = urllib.request.proxy_bypass_environment
in test_urllib2_localnet to avoid interference from mac/windows settings.
History
Date User Action Args
2011-03-14 22:08:14rswilsonsetrecipients: + rswilson, orsenthil
2011-03-14 22:08:14rswilsonsetmessageid: <1300140494.17.0.372378902251.issue11511@psf.upfronthosting.co.za>
2011-03-14 22:08:13rswilsonlinkissue11511 messages
2011-03-14 22:08:13rswilsoncreate