Issue #20939: Use www.example.com instead of www.python.org to avoid test
failures when ssl is not present.
diff --git a/Misc/NEWS b/Misc/NEWS
index 711c70c..b3b99d3 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -324,8 +324,9 @@
 
 - Issue #20605: Make test_socket getaddrinfo OS X segfault test more robust.
 
-- Issue #20939: Fix test_geturl failure in test_urllibnet due to
-  new redirect of http://www.python.org/ to https://www.python.org.
+- Issue #20939: Avoid various network test failures due to new
+  redirect of http://www.python.org/ to https://www.python.org:
+  use http://www.example.com instead.
 
 Documentation
 -------------