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-20.06:26:16
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1461133576.46.0.718174003287.issue26804@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2016-04-20 06:26:16martin.pantersetrecipients: + martin.panter, orsenthil, frispete
2016-04-20 06:26:16martin.pantersetmessageid: <1461133576.46.0.718174003287.issue26804@psf.upfronthosting.co.za>
2016-04-20 06:26:16martin.panterlinkissue26804 messages
2016-04-20 06:26:16martin.pantercreate