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)
commite558181660d096e3e53c795bc5a528cdbd04eca6 (patch)
tree80d7bb17d9a8e1bc86d5355379c45b6f8a9c617a /Misc
parentfd9262cf2a044f6909530cdb565f38e13ff98263 (diff)
downloadcpython-e558181660d096e3e53c795bc5a528cdbd04eca6.zip
cpython-e558181660d096e3e53c795bc5a528cdbd04eca6.tar.gz
cpython-e558181660d096e3e53c795bc5a528cdbd04eca6.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/NEWS7
1 files changed, 7 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index b72b7a3..babfb14 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -76,6 +76,13 @@ Library
- Issue #21323: Fix http.server to again handle scripts in CGI subdirectories,
broken by the fix for security issue #19435. Patch by Zach Byrne.
+Tests
+-----
+
+- 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.
+
What's New in Python 3.2.5?
===========================