commit | a146df8dd609600d7d6c253b470f0ac32c324659 | [log] [tgz] |
---|---|---|
author | Ned Deily <nad@acm.org> | Sat Mar 15 13:14:15 2014 -0700 |
committer | Ned Deily <nad@acm.org> | Sat Mar 15 13:14:15 2014 -0700 |
tree | 381fb50bef2fec59c591945eaa04eb5705525288 | |
parent | fbe50672c182daff9ae9548e8cc253ccac1dc232 [diff] [blame] |
Issue #20939: Fix test_geturl failure in test_urllibnet due to new redirect of http://www.python.org/ to https://www.python.org.
diff --git a/Misc/NEWS b/Misc/NEWS index 4e915f5..99a6cf1 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -316,6 +316,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. + Documentation -------------