[issue44095] Add suffix property to zipfile.Path

Miguel Brito report at bugs.python.org
Fri May 14 06:12:07 EDT 2021


Miguel Brito <miguel.mdebrito at gmail.com> added the comment:

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

----------
nosy: +miguendes

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue44095>
_______________________________________


More information about the Python-bugs-list mailing list