]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-42043: Add support for zipfile.Path subclasses (#22716)
authorJason R. Coombs <jaraco@jaraco.com>
Sun, 25 Oct 2020 18:45:05 +0000 (14:45 -0400)
committerGitHub <noreply@github.com>
Sun, 25 Oct 2020 18:45:05 +0000 (14:45 -0400)
commitd1a0a960ee493262fb95a0f5b795b5b6d75cecb8
tree3c8081133e01ea92dc8e3bdb586757272e018824
parent14cdc215aa952d280c18626005d3aff967901d92
bpo-42043: Add support for zipfile.Path subclasses (#22716)

* bpo-42043: Add support for zipfile.Path inheritance as introduced in zipp 3.2.0.

* Add blurb.
Lib/test/test_zipfile.py
Lib/zipfile.py
Misc/NEWS.d/next/Library/2020-10-15-17-20-37.bpo-42043.OS0p_v.rst [new file with mode: 0644]