summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorNed Deily <nad@acm.org>2014-03-15 20:15:31 (GMT)
committerNed Deily <nad@acm.org>2014-03-15 20:15:31 (GMT)
commitb454742c64872fdb41d9c13a485711fbd849a4c9 (patch)
tree1833006bda07ff7f67fbf3e588c63e31ece832e4 /Misc
parent51281736d90e59d7b08cae2f2244005c918cb1c1 (diff)
downloadcpython-b454742c64872fdb41d9c13a485711fbd849a4c9.zip
cpython-b454742c64872fdb41d9c13a485711fbd849a4c9.tar.gz
cpython-b454742c64872fdb41d9c13a485711fbd849a4c9.tar.bz2
Issue #20939: Fix test_geturl failure in test_urllibnet due to
new redirect of http://www.python.org/ to https://www.python.org.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS6
1 files changed, 6 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 253c850..2b455e7 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -27,6 +27,12 @@ Library
as documented. The pattern and source keyword parameters are left as
deprecated aliases.
+Tests
+-----
+
+- Issue #20939: Fix test_geturl failure in test_urllibnet due to
+ new redirect of http://www.python.org/ to https://www.python.org.
+
What's New in Python 3.3.5?
===========================