This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author miguendes
Recipients MrQubo, jaraco, miguendes
Date 2021-05-14.10:12:07
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1620987127.65.0.617318754188.issue44095@roundup.psfhosted.org>
In-reply-to
Content
+1. 

The docstring says:
```
class Path:
    """
    A pathlib-compatible interface for zip files.
```
but only a few methods are supported. It'd be nice to have at least `stem`, `parents`, `suffixes`, `parts`, which IMHO would make sense here.

I'd love to work on this if the Core Devs think it makes sense and if OP is not doing so also.
History
Date User Action Args
2021-05-14 10:12:07miguendessetrecipients: + miguendes, jaraco, MrQubo
2021-05-14 10:12:07miguendessetmessageid: <1620987127.65.0.617318754188.issue44095@roundup.psfhosted.org>
2021-05-14 10:12:07miguendeslinkissue44095 messages
2021-05-14 10:12:07miguendescreate