diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2023-07-14 21:11:13 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-07-14 21:11:13 (GMT) |
commit | 30f62748e99ef2af3bfbac0e2d84dccf48c81512 (patch) | |
tree | a77830eca72fdba3e50acf87fa8d1e0236dcc2c6 /Lib/test | |
parent | dfdded6bebc862edf1b286690b54538eccea8923 (diff) | |
download | cpython-30f62748e99ef2af3bfbac0e2d84dccf48c81512.zip cpython-30f62748e99ef2af3bfbac0e2d84dccf48c81512.tar.gz cpython-30f62748e99ef2af3bfbac0e2d84dccf48c81512.tar.bz2 |
[3.12] gh-106752: Move zipfile._path into its own package (GH-106753) (#106755)
* gh-106752: Move zipfile._path into its own package so it may have supplementary behavior.
* Add blurb.
(cherry picked from commit 03185f0c150ebc52d41dd5ea6f369c7b5ba9fc16)
Diffstat (limited to 'Lib/test')
-rw-r--r-- | Lib/test/test_zipfile/_path/__init__.py | 0 | ||||
-rw-r--r-- | Lib/test/test_zipfile/_path/_functools.py (renamed from Lib/test/test_zipfile/_functools.py) | 0 | ||||
-rw-r--r-- | Lib/test/test_zipfile/_path/_itertools.py (renamed from Lib/test/test_zipfile/_itertools.py) | 0 | ||||
-rw-r--r-- | Lib/test/test_zipfile/_path/_support.py (renamed from Lib/test/test_zipfile/_support.py) | 0 | ||||
-rw-r--r-- | Lib/test/test_zipfile/_path/_test_params.py (renamed from Lib/test/test_zipfile/_test_params.py) | 0 | ||||
-rw-r--r-- | Lib/test/test_zipfile/_path/test_complexity.py (renamed from Lib/test/test_zipfile/test_complexity.py) | 0 | ||||
-rw-r--r-- | Lib/test/test_zipfile/_path/test_path.py (renamed from Lib/test/test_zipfile/test_path.py) | 0 |
7 files changed, 0 insertions, 0 deletions
diff --git a/Lib/test/test_zipfile/_path/__init__.py b/Lib/test/test_zipfile/_path/__init__.py new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/Lib/test/test_zipfile/_path/__init__.py diff --git a/Lib/test/test_zipfile/_functools.py b/Lib/test/test_zipfile/_path/_functools.py index 75f2b20..75f2b20 100644 --- a/Lib/test/test_zipfile/_functools.py +++ b/Lib/test/test_zipfile/_path/_functools.py diff --git a/Lib/test/test_zipfile/_itertools.py b/Lib/test/test_zipfile/_path/_itertools.py index f735dd2..f735dd2 100644 --- a/Lib/test/test_zipfile/_itertools.py +++ b/Lib/test/test_zipfile/_path/_itertools.py diff --git a/Lib/test/test_zipfile/_support.py b/Lib/test/test_zipfile/_path/_support.py index 1afdf3b..1afdf3b 100644 --- a/Lib/test/test_zipfile/_support.py +++ b/Lib/test/test_zipfile/_path/_support.py diff --git a/Lib/test/test_zipfile/_test_params.py b/Lib/test/test_zipfile/_path/_test_params.py index bc95b4e..bc95b4e 100644 --- a/Lib/test/test_zipfile/_test_params.py +++ b/Lib/test/test_zipfile/_path/_test_params.py diff --git a/Lib/test/test_zipfile/test_complexity.py b/Lib/test/test_zipfile/_path/test_complexity.py index 3432dc3..3432dc3 100644 --- a/Lib/test/test_zipfile/test_complexity.py +++ b/Lib/test/test_zipfile/_path/test_complexity.py diff --git a/Lib/test/test_zipfile/test_path.py b/Lib/test/test_zipfile/_path/test_path.py index aff91e5..aff91e5 100644 --- a/Lib/test/test_zipfile/test_path.py +++ b/Lib/test/test_zipfile/_path/test_path.py |