[issue16702] Force urllib2_localnet test not to use http proxies

Senthil Kumaran report at bugs.python.org
Wed Dec 26 10:01:08 CET 2012


Senthil Kumaran added the comment:

Jeff, Thanks for raising this issue. The aspect of skipping localhost for proxies in urllib2_localnet tests can be handled in a different way as well, namely by setting the environment varible NO_PROXY to "*". By this the skip_proxies in urllib2 returns True and proxies are skipped for both HTTP and HTTPS.

----------
nosy: +orsenthil
Added file: http://bugs.python.org/file28438/Issue16702.patch

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue16702>
_______________________________________


More information about the Python-bugs-list mailing list