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 jeffknupp, orsenthil
Date 2012-12-26.09:01:07
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1356512468.28.0.595012547568.issue16702@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2012-12-26 09:01:08orsenthilsetrecipients: + orsenthil, jeffknupp
2012-12-26 09:01:08orsenthilsetmessageid: <1356512468.28.0.595012547568.issue16702@psf.upfronthosting.co.za>
2012-12-26 09:01:08orsenthillinkissue16702 messages
2012-12-26 09:01:08orsenthilcreate