Martin Panter added the comment: 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. ---------- _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue26804> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com