commit | 303eb478f27720f0e5b6b4147b05f9c15f7fd8f6 | [log] [tgz] |
---|---|---|
author | Senthil Kumaran <senthil@uthcode.com> | Wed Dec 26 01:45:58 2012 -0800 |
committer | Senthil Kumaran <senthil@uthcode.com> | Wed Dec 26 01:45:58 2012 -0800 |
tree | 3de2398332fa6420f00410c53fd302e2cd5a6edb | |
parent | b7c2386a3f6c69a5799eb3c8d0f6a877f8916d60 [diff] [blame] |
Issue #16702: Skip proxies for localhost in urllib2_localnet tests
diff --git a/Misc/NEWS b/Misc/NEWS index a93024a..880e23a 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -179,6 +179,9 @@ Library ------- +- Issue #16702: test_urllib2_localnet tests now correctly ignores proxies for + localhost tests. + - Issue #16511: Use default IDLE width and height if config param is not valid. Patch Serhiy Storchaka.