]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-98098: Create packages from zipfile and test_zipfile (gh-98103)
authorJason R. Coombs <jaraco@jaraco.com>
Sat, 26 Nov 2022 14:44:13 +0000 (09:44 -0500)
committerGitHub <noreply@github.com>
Sat, 26 Nov 2022 14:44:13 +0000 (09:44 -0500)
commit7796d3179b71536dd1d2ca7fdbc1255bdb8cfb52
tree66860a62999d36cae0f89808264b942e18c97d23
parentdc063a25d29840d863b15c86fdab15b4a1894c73
gh-98098: Create packages from zipfile and test_zipfile (gh-98103)

* gh-98098: Move zipfile into a package.

* Moved test_zipfile to a package

* Extracted module for test_path.

* Add blurb

* Add jaraco as owner of zipfile.Path.

* Synchronize with minor changes found at jaraco/zipp@d9e7f4352d.
.github/CODEOWNERS
Lib/test/test_zipfile/__init__.py [new file with mode: 0644]
Lib/test/test_zipfile/test_core.py [moved from Lib/test/test_zipfile.py with 90% similarity]
Lib/test/test_zipfile/test_path.py [new file with mode: 0644]
Lib/zipfile/__init__.py [moved from Lib/zipfile.py with 88% similarity]
Lib/zipfile/__main__.py [new file with mode: 0644]
Lib/zipfile/_path.py [new file with mode: 0644]
Misc/NEWS.d/next/Library/2022-10-08-15-41-00.gh-issue-98098.DugpWi.rst [new file with mode: 0644]