summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorNed Deily <nad@acm.org>2014-03-27 06:31:39 (GMT)
committerNed Deily <nad@acm.org>2014-03-27 06:31:39 (GMT)
commit5a507f0f05d6204559af7c54aabe3bd3a6953dfd (patch)
tree0fbcb79b8d95c8f5fd9075ac45a9ae766b48bf8e /Misc
parente74153a436a844f4606cba80ee6f9e41bd532df4 (diff)
downloadcpython-5a507f0f05d6204559af7c54aabe3bd3a6953dfd.zip
cpython-5a507f0f05d6204559af7c54aabe3bd3a6953dfd.tar.gz
cpython-5a507f0f05d6204559af7c54aabe3bd3a6953dfd.tar.bz2
Issue #20939: Use www.example.com instead of www.python.org to avoid test
failures when ssl is not present.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index b00a017..59e6d1c 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -103,6 +103,10 @@ Tests
- Issue #20743: Fix a reference leak in test_tcl.
+- 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.
+
Tools/Demos
-----------