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 orsenthil
Recipients Neil Muller, docs@python, kirikaza, orsenthil, terry.reedy
Date 2012-01-09.18:38:38
SpamBayes Score 6.870664e-06
Marked as misclassified No
Message-id <1326134319.94.0.738113011092.issue9637@psf.upfronthosting.co.za>
In-reply-to
Content
Sorry, this escaped for so long. First thing is, having different values for HTTP_PROXY and HTTP_proxy and http_proxy is plain wrong at the user side. They all should be same and in that case the possible problem which Kirikaza  and Neil Muller state is extremely unlikely (and if the user faces any issue, it is due to improper HTTP configuration).

The reason that lowering of environ vars is performed is similar to any string match with input from user where we want to ignore the case sensitivity.

Having said that, I think, I shall just add teh info on lowering and verification of proxy environment to the docs. I am -1 on changing any behavior for this issue.
History
Date User Action Args
2012-01-09 18:38:40orsenthilsetrecipients: + orsenthil, terry.reedy, Neil Muller, docs@python, kirikaza
2012-01-09 18:38:39orsenthilsetmessageid: <1326134319.94.0.738113011092.issue9637@psf.upfronthosting.co.za>
2012-01-09 18:38:39orsenthillinkissue9637 messages
2012-01-09 18:38:38orsenthilcreate