diff options
-rw-r--r-- | Lib/test/test_importlib/namespace_pkgs/both_portions/foo/one.py (renamed from Lib/test/namespace_pkgs/both_portions/foo/one.py) | 0 | ||||
-rw-r--r-- | Lib/test/test_importlib/namespace_pkgs/both_portions/foo/two.py (renamed from Lib/test/namespace_pkgs/both_portions/foo/two.py) | 0 | ||||
-rw-r--r-- | Lib/test/test_importlib/namespace_pkgs/missing_directory.zip (renamed from Lib/test/namespace_pkgs/missing_directory.zip) | bin | 515 -> 515 bytes | |||
-rw-r--r-- | Lib/test/test_importlib/namespace_pkgs/module_and_namespace_package/a_test.py (renamed from Lib/test/namespace_pkgs/module_and_namespace_package/a_test.py) | 0 | ||||
-rw-r--r-- | Lib/test/test_importlib/namespace_pkgs/module_and_namespace_package/a_test/empty (renamed from Lib/test/namespace_pkgs/module_and_namespace_package/a_test/empty) | 0 | ||||
-rw-r--r-- | Lib/test/test_importlib/namespace_pkgs/nested_portion1.zip (renamed from Lib/test/namespace_pkgs/nested_portion1.zip) | bin | 556 -> 556 bytes | |||
-rw-r--r-- | Lib/test/test_importlib/namespace_pkgs/not_a_namespace_pkg/foo/__init__.py (renamed from Lib/test/namespace_pkgs/not_a_namespace_pkg/foo/__init__.py) | 0 | ||||
-rw-r--r-- | Lib/test/test_importlib/namespace_pkgs/not_a_namespace_pkg/foo/one.py (renamed from Lib/test/namespace_pkgs/not_a_namespace_pkg/foo/one.py) | 0 | ||||
-rw-r--r-- | Lib/test/test_importlib/namespace_pkgs/portion1/foo/one.py (renamed from Lib/test/namespace_pkgs/portion1/foo/one.py) | 0 | ||||
-rw-r--r-- | Lib/test/test_importlib/namespace_pkgs/portion2/foo/two.py (renamed from Lib/test/namespace_pkgs/portion2/foo/two.py) | 0 | ||||
-rw-r--r-- | Lib/test/test_importlib/namespace_pkgs/project1/parent/child/one.py (renamed from Lib/test/namespace_pkgs/project1/parent/child/one.py) | 0 | ||||
-rw-r--r-- | Lib/test/test_importlib/namespace_pkgs/project2/parent/child/two.py (renamed from Lib/test/namespace_pkgs/project2/parent/child/two.py) | 0 | ||||
-rw-r--r-- | Lib/test/test_importlib/namespace_pkgs/project3/parent/child/three.py (renamed from Lib/test/namespace_pkgs/project3/parent/child/three.py) | 0 | ||||
-rw-r--r-- | Lib/test/test_importlib/namespace_pkgs/top_level_portion1.zip (renamed from Lib/test/namespace_pkgs/top_level_portion1.zip) | bin | 332 -> 332 bytes | |||
-rw-r--r-- | Lib/test/test_importlib/test_namespace_pkgs.py (renamed from Lib/test/test_namespace_pkgs.py) | 0 | ||||
-rw-r--r-- | Misc/NEWS | 2 |
16 files changed, 2 insertions, 0 deletions
diff --git a/Lib/test/namespace_pkgs/both_portions/foo/one.py b/Lib/test/test_importlib/namespace_pkgs/both_portions/foo/one.py index 3080f6f8f1..3080f6f8f1 100644 --- a/Lib/test/namespace_pkgs/both_portions/foo/one.py +++ b/Lib/test/test_importlib/namespace_pkgs/both_portions/foo/one.py diff --git a/Lib/test/namespace_pkgs/both_portions/foo/two.py b/Lib/test/test_importlib/namespace_pkgs/both_portions/foo/two.py index 4131d3d4be..4131d3d4be 100644 --- a/Lib/test/namespace_pkgs/both_portions/foo/two.py +++ b/Lib/test/test_importlib/namespace_pkgs/both_portions/foo/two.py diff --git a/Lib/test/namespace_pkgs/missing_directory.zip b/Lib/test/test_importlib/namespace_pkgs/missing_directory.zip Binary files differindex 836a9106bc..836a9106bc 100644 --- a/Lib/test/namespace_pkgs/missing_directory.zip +++ b/Lib/test/test_importlib/namespace_pkgs/missing_directory.zip diff --git a/Lib/test/namespace_pkgs/module_and_namespace_package/a_test.py b/Lib/test/test_importlib/namespace_pkgs/module_and_namespace_package/a_test.py index 43cbedbbdb..43cbedbbdb 100644 --- a/Lib/test/namespace_pkgs/module_and_namespace_package/a_test.py +++ b/Lib/test/test_importlib/namespace_pkgs/module_and_namespace_package/a_test.py diff --git a/Lib/test/namespace_pkgs/module_and_namespace_package/a_test/empty b/Lib/test/test_importlib/namespace_pkgs/module_and_namespace_package/a_test/empty index e69de29bb2..e69de29bb2 100644 --- a/Lib/test/namespace_pkgs/module_and_namespace_package/a_test/empty +++ b/Lib/test/test_importlib/namespace_pkgs/module_and_namespace_package/a_test/empty diff --git a/Lib/test/namespace_pkgs/nested_portion1.zip b/Lib/test/test_importlib/namespace_pkgs/nested_portion1.zip Binary files differindex 8d22406f23..8d22406f23 100644 --- a/Lib/test/namespace_pkgs/nested_portion1.zip +++ b/Lib/test/test_importlib/namespace_pkgs/nested_portion1.zip diff --git a/Lib/test/namespace_pkgs/not_a_namespace_pkg/foo/__init__.py b/Lib/test/test_importlib/namespace_pkgs/not_a_namespace_pkg/foo/__init__.py index e69de29bb2..e69de29bb2 100644 --- a/Lib/test/namespace_pkgs/not_a_namespace_pkg/foo/__init__.py +++ b/Lib/test/test_importlib/namespace_pkgs/not_a_namespace_pkg/foo/__init__.py diff --git a/Lib/test/namespace_pkgs/not_a_namespace_pkg/foo/one.py b/Lib/test/test_importlib/namespace_pkgs/not_a_namespace_pkg/foo/one.py index d8f5c831f2..d8f5c831f2 100644 --- a/Lib/test/namespace_pkgs/not_a_namespace_pkg/foo/one.py +++ b/Lib/test/test_importlib/namespace_pkgs/not_a_namespace_pkg/foo/one.py diff --git a/Lib/test/namespace_pkgs/portion1/foo/one.py b/Lib/test/test_importlib/namespace_pkgs/portion1/foo/one.py index d8f5c831f2..d8f5c831f2 100644 --- a/Lib/test/namespace_pkgs/portion1/foo/one.py +++ b/Lib/test/test_importlib/namespace_pkgs/portion1/foo/one.py diff --git a/Lib/test/namespace_pkgs/portion2/foo/two.py b/Lib/test/test_importlib/namespace_pkgs/portion2/foo/two.py index d092e1e993..d092e1e993 100644 --- a/Lib/test/namespace_pkgs/portion2/foo/two.py +++ b/Lib/test/test_importlib/namespace_pkgs/portion2/foo/two.py diff --git a/Lib/test/namespace_pkgs/project1/parent/child/one.py b/Lib/test/test_importlib/namespace_pkgs/project1/parent/child/one.py index 2776fcdfde..2776fcdfde 100644 --- a/Lib/test/namespace_pkgs/project1/parent/child/one.py +++ b/Lib/test/test_importlib/namespace_pkgs/project1/parent/child/one.py diff --git a/Lib/test/namespace_pkgs/project2/parent/child/two.py b/Lib/test/test_importlib/namespace_pkgs/project2/parent/child/two.py index 8b037bcb0e..8b037bcb0e 100644 --- a/Lib/test/namespace_pkgs/project2/parent/child/two.py +++ b/Lib/test/test_importlib/namespace_pkgs/project2/parent/child/two.py diff --git a/Lib/test/namespace_pkgs/project3/parent/child/three.py b/Lib/test/test_importlib/namespace_pkgs/project3/parent/child/three.py index f8abfe1c17..f8abfe1c17 100644 --- a/Lib/test/namespace_pkgs/project3/parent/child/three.py +++ b/Lib/test/test_importlib/namespace_pkgs/project3/parent/child/three.py diff --git a/Lib/test/namespace_pkgs/top_level_portion1.zip b/Lib/test/test_importlib/namespace_pkgs/top_level_portion1.zip Binary files differindex 3b866c914a..3b866c914a 100644 --- a/Lib/test/namespace_pkgs/top_level_portion1.zip +++ b/Lib/test/test_importlib/namespace_pkgs/top_level_portion1.zip diff --git a/Lib/test/test_namespace_pkgs.py b/Lib/test/test_importlib/test_namespace_pkgs.py index 6639612631..6639612631 100644 --- a/Lib/test/test_namespace_pkgs.py +++ b/Lib/test/test_importlib/test_namespace_pkgs.py @@ -152,6 +152,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. |