Message177654
test_urllib2_localnet is concerned with testing connections only using 'localhost' or '127.0.0.1' hosts. If a user has the "http_proxy" environment variable set, these test will likely fail as the proxy won't have any idea where to send a request for 'localhost'.
Patch makes urllib.request.urlopen ignore proxies set in the environment. Note that this only works for http proxies. https proxies are trickier and require more work. |
|
Date |
User |
Action |
Args |
2012-12-17 17:40:12 | jeffknupp | set | recipients:
+ jeffknupp |
2012-12-17 17:40:12 | jeffknupp | set | messageid: <1355766012.42.0.0371520737596.issue16702@psf.upfronthosting.co.za> |
2012-12-17 17:40:12 | jeffknupp | link | issue16702 messages |
2012-12-17 17:40:11 | jeffknupp | create | |
|