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.