blob: b6b296956c35d3f69f985de1bedb9bd5d7cb16f1 (
plain)
1
2
3
4
|
Add support for ``zipfile.Path`` inheritance. ``zipfile.Path.is_file()`` now
returns False for non-existent names. ``zipfile.Path`` objects now expose a
``.filename`` attribute and rely on that to resolve ``.name`` and
``.parent`` when the ``Path`` object is at the root of the zipfile.
|