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.

classification
Title: Proposal for exposing proxy bypass settings in ProxyHandler
Type: enhancement Stage: patch review
Components: Library (Lib) Versions: Python 3.3
process
Status: open Resolution:
Dependencies: Superseder:
Assigned To: Nosy List: orsenthil, rswilson
Priority: normal Keywords: patch

Created on 2011-03-14 22:08 by rswilson, last changed 2022-04-11 14:57 by admin.

Files
File name Uploaded Description Edit
proxy_bypass_override.diff rswilson, 2011-03-14 22:08
Messages (2)
msg130919 - (view) Author: Scott Wilson (rswilson) * Date: 2011-03-14 22:08
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.
msg220913 - (view) Author: Mark Lawrence (BreamoreBoy) * Date: 2014-06-17 23:36
Can we have a patch review on this please.
History
Date User Action Args
2022-04-11 14:57:14adminsetgithub: 55720
2019-03-15 23:26:45BreamoreBoysetnosy: - BreamoreBoy
2014-06-17 23:36:11BreamoreBoysetnosy: + BreamoreBoy
messages: + msg220913
2011-03-15 00:10:35r.david.murraysettype: behavior -> enhancement
stage: patch review
2011-03-14 22:08:13rswilsoncreate