diff options
author | Ned Deily <nad@acm.org> | 2014-03-15 20:15:31 (GMT) |
---|---|---|
committer | Ned Deily <nad@acm.org> | 2014-03-15 20:15:31 (GMT) |
commit | b454742c64872fdb41d9c13a485711fbd849a4c9 (patch) | |
tree | 1833006bda07ff7f67fbf3e588c63e31ece832e4 /Misc | |
parent | 51281736d90e59d7b08cae2f2244005c918cb1c1 (diff) | |
download | cpython-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/NEWS | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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? =========================== |