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 martin.panter
Recipients frispete, martin.panter, orsenthil
Date 2016-04-21.02:02:07
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1461204128.31.0.296883785765.issue26804@psf.upfronthosting.co.za>
In-reply-to
Content
The second patch looks reasonable (I left one minor grammar comment).

About getproxies_environment(), I meant that if you set no_proxy="", it may be ignored if NO_PROXY=. . . is also set. E.g. if you already have these set:

http_proxy=http://proxy
no_proxy=example.net
NO_PROXY=example.net

you should be able to override no_proxy="" to cancel bypassing for example.net.

I agree the proxy_bypass() docstring looks wrong. If you want to write a patch to fix that, or to make the code more efficient or easier to understand, that would be good.
History
Date User Action Args
2016-04-21 02:02:08martin.pantersetrecipients: + martin.panter, orsenthil, frispete
2016-04-21 02:02:08martin.pantersetmessageid: <1461204128.31.0.296883785765.issue26804@psf.upfronthosting.co.za>
2016-04-21 02:02:08martin.panterlinkissue26804 messages
2016-04-21 02:02:07martin.pantercreate