summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorSenthil Kumaran <senthil@uthcode.com>2012-12-26 09:46:39 (GMT)
committerSenthil Kumaran <senthil@uthcode.com>2012-12-26 09:46:39 (GMT)
commit00679a7ee0f6fa630c2f709f1d0a761e80181eb7 (patch)
treeb13ec0689481869b9ea591f140d2615eef59b9c9 /Misc
parent3416769b60f6d167b7309b74b2fc9133a4b7d34c (diff)
parent303eb478f27720f0e5b6b4147b05f9c15f7fd8f6 (diff)
downloadcpython-00679a7ee0f6fa630c2f709f1d0a761e80181eb7.zip
cpython-00679a7ee0f6fa630c2f709f1d0a761e80181eb7.tar.gz
cpython-00679a7ee0f6fa630c2f709f1d0a761e80181eb7.tar.bz2
Issue #16702: Skip proxies for localhost in urllib2_localnet tests
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index c3870ec..60c2550 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -114,6 +114,9 @@ Core and Builtins
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.