summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorNed Deily <nad@acm.org>2014-03-15 20:19:20 (GMT)
committerNed Deily <nad@acm.org>2014-03-15 20:19:20 (GMT)
commitb6b6a6d587d267cbad490232d08faebd30fdb7e2 (patch)
treefe6c84eb59de7e0e63f0e9ea318244731aaa6fba /Misc
parent6dfc632f1f8407079d728bc71c10704d078662e2 (diff)
downloadcpython-b6b6a6d587d267cbad490232d08faebd30fdb7e2.zip
cpython-b6b6a6d587d267cbad490232d08faebd30fdb7e2.tar.gz
cpython-b6b6a6d587d267cbad490232d08faebd30fdb7e2.tar.bz2
Issue #20939: merge from 3.3
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 39b1197..7fd12a6 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -13,6 +13,9 @@ Core and Builtins
Library
-------
+- 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.4.0 release candidate 3?
===============================================