diff options
author | Eric Snow <ericsnowcurrently@gmail.com> | 2014-03-29 21:57:44 (GMT) |
---|---|---|
committer | Eric Snow <ericsnowcurrently@gmail.com> | 2014-03-29 21:57:44 (GMT) |
commit | f269cc6b145b94436fd34deb3550c36dfb3f11b0 (patch) | |
tree | 08b0825c1a559da445dc0c3665153f03781b4811 /Misc | |
parent | 1e1e601bd1eb9fc9fee5a1741f4429569bcc4f32 (diff) | |
download | cpython-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/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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. |