summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorEric Snow <ericsnowcurrently@gmail.com>2014-05-16 17:40:40 (GMT)
committerEric Snow <ericsnowcurrently@gmail.com>2014-05-16 17:40:40 (GMT)
commit3497c0bf957be33c6794a4548cfa53dbb0f9b5df (patch)
tree1ef477761c0fcb8e79222ef05a40c4ef5747ec6f /Misc
parentd50cee204558c57471c7cf09169efb19544cdc2c (diff)
downloadcpython-3497c0bf957be33c6794a4548cfa53dbb0f9b5df.zip
cpython-3497c0bf957be33c6794a4548cfa53dbb0f9b5df.tar.gz
cpython-3497c0bf957be33c6794a4548cfa53dbb0f9b5df.tar.bz2
Issue #21503: Use test_both() consistently in test_importlib.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 8363d9e..92acc13 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -496,6 +496,8 @@ Tests
- Issue #21097: Move test_namespace_pkgs into test_importlib.
+- Issue #21503: Use test_both() consistently in test_importlib.
+
- 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.