]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.12] gh-106752: Move zipfile._path into its own package (GH-106753) (#106755)
authorJason R. Coombs <jaraco@jaraco.com>
Fri, 14 Jul 2023 21:11:13 +0000 (17:11 -0400)
committerGitHub <noreply@github.com>
Fri, 14 Jul 2023 21:11:13 +0000 (21:11 +0000)
commit30f62748e99ef2af3bfbac0e2d84dccf48c81512
treea77830eca72fdba3e50acf87fa8d1e0236dcc2c6
parentdfdded6bebc862edf1b286690b54538eccea8923
[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)
.github/CODEOWNERS
Lib/test/test_zipfile/_path/__init__.py [new file with mode: 0644]
Lib/test/test_zipfile/_path/_functools.py [moved from Lib/test/test_zipfile/_functools.py with 100% similarity]
Lib/test/test_zipfile/_path/_itertools.py [moved from Lib/test/test_zipfile/_itertools.py with 100% similarity]
Lib/test/test_zipfile/_path/_support.py [moved from Lib/test/test_zipfile/_support.py with 100% similarity]
Lib/test/test_zipfile/_path/_test_params.py [moved from Lib/test/test_zipfile/_test_params.py with 100% similarity]
Lib/test/test_zipfile/_path/test_complexity.py [moved from Lib/test/test_zipfile/test_complexity.py with 100% similarity]
Lib/test/test_zipfile/_path/test_path.py [moved from Lib/test/test_zipfile/test_path.py with 100% similarity]
Lib/zipfile/_path/__init__.py [moved from Lib/zipfile/_path.py with 100% similarity]
Makefile.pre.in
Misc/NEWS.d/next/Tests/2023-07-14-16-20-06.gh-issue-106752.gd1i6D.rst [new file with mode: 0644]