]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-98108: Add limited pickleability to zipfile.Path (GH-98109)
authorJason R. Coombs <jaraco@jaraco.com>
Sat, 26 Nov 2022 18:05:41 +0000 (13:05 -0500)
committerGitHub <noreply@github.com>
Sat, 26 Nov 2022 18:05:41 +0000 (13:05 -0500)
commit93f22d30eb7bf579d511b1866674bc1c2513dde9
treea81c5e228d9146fe8cfa0edf7c2f1f5098f427ff
parent5f8898216e7b67b7de6b0b1aad9277e88bcebfdb
gh-98108: Add limited pickleability to zipfile.Path (GH-98109)

* 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.

* gh-98108: Sync with zipp 3.9.1 adding pickleability.
Lib/test/test_zipfile/_functools.py [new file with mode: 0644]
Lib/test/test_zipfile/_itertools.py [new file with mode: 0644]
Lib/test/test_zipfile/_test_params.py [new file with mode: 0644]
Lib/test/test_zipfile/test_path.py
Lib/zipfile/_path.py
Misc/NEWS.d/next/Library/2022-10-08-19-20-33.gh-issue-98108.WUObqM.rst [new file with mode: 0644]