Message263801
It’s not just documentation, it is a real bug. If you run
http_proxy="" HTTP_PROXY=http://bad-proxy python . . .
the empty value of lowercase “http_proxy” should have priority over the other one. At the moment it depends on the order of os.environ.items(), which I understand is random. |
|
Date |
User |
Action |
Args |
2016-04-20 06:26:16 | martin.panter | set | recipients:
+ martin.panter, orsenthil, frispete |
2016-04-20 06:26:16 | martin.panter | set | messageid: <1461133576.46.0.718174003287.issue26804@psf.upfronthosting.co.za> |
2016-04-20 06:26:16 | martin.panter | link | issue26804 messages |
2016-04-20 06:26:16 | martin.panter | create | |
|