Message263868
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. |
|
Date |
User |
Action |
Args |
2016-04-21 02:02:08 | martin.panter | set | recipients:
+ martin.panter, orsenthil, frispete |
2016-04-21 02:02:08 | martin.panter | set | messageid: <1461204128.31.0.296883785765.issue26804@psf.upfronthosting.co.za> |
2016-04-21 02:02:08 | martin.panter | link | issue26804 messages |
2016-04-21 02:02:07 | martin.panter | create | |
|