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 frispete
Recipients frispete, martin.panter, orsenthil
Date 2016-04-21.08:53:19
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1461228799.64.0.706379224348.issue26804@psf.upfronthosting.co.za>
In-reply-to
Content
Here we go:

v3 fixes following issues:
 * prefer lowercase proxy environment settings, if multiple (disagreeing) settings are specified with differing case schemes (e.g. HTTP_PROXY vs. http_proxy)
 * an empty proxy variable value resets the related setting correctly 
 * apply this logic to no_proxy, too
 * document this behaviour 
 * fix misleading docstrings related to proxy_bypass
History
Date User Action Args
2016-04-21 08:53:19frispetesetrecipients: + frispete, orsenthil, martin.panter
2016-04-21 08:53:19frispetesetmessageid: <1461228799.64.0.706379224348.issue26804@psf.upfronthosting.co.za>
2016-04-21 08:53:19frispetelinkissue26804 messages
2016-04-21 08:53:19frispetecreate