commit | d1a0a960ee493262fb95a0f5b795b5b6d75cecb8 | [log] [tgz] |
---|---|---|
author | Jason R. Coombs <jaraco@jaraco.com> | Sun Oct 25 14:45:05 2020 -0400 |
committer | GitHub <noreply@github.com> | Sun Oct 25 14:45:05 2020 -0400 |
tree | 3c8081133e01ea92dc8e3bdb586757272e018824 | |
parent | 14cdc215aa952d280c18626005d3aff967901d92 [diff] |
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.