summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorEric Snow <ericsnowcurrently@gmail.com>2014-03-29 21:57:44 (GMT)
committerEric Snow <ericsnowcurrently@gmail.com>2014-03-29 21:57:44 (GMT)
commitf269cc6b145b94436fd34deb3550c36dfb3f11b0 (patch)
tree08b0825c1a559da445dc0c3665153f03781b4811 /Misc
parent1e1e601bd1eb9fc9fee5a1741f4429569bcc4f32 (diff)
downloadcpython-f269cc6b145b94436fd34deb3550c36dfb3f11b0.zip
cpython-f269cc6b145b94436fd34deb3550c36dfb3f11b0.tar.gz
cpython-f269cc6b145b94436fd34deb3550c36dfb3f11b0.tar.bz2
Issue #21097: Move test_namespace_pkgs into 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 38928f8..21bd779 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -122,6 +122,8 @@ Tests
- Issue #20743: Fix a reference leak in test_tcl.
+- Issue #21097: Move test_namespace_pkgs into 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.