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.15:53:05
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1621007586.01.0.0884969510938.issue44095@roundup.psfhosted.org>
In-reply-to
Content
I prototyped something by adding `suffix`, `suffixes`, and `stem`. To me these are the most obvious ones and would be useful right away.

Regarding the others I'm not so sure. It seems that zipfile.Path is just a convenient class to provide basic navigational operations. It's not meant to be 100% consistent with pathlib.Path. 

In any case, it'd nice to discuss it.


Here it is: https://github.com/python/cpython/pull/26129
History
Date User Action Args
2021-05-14 15:53:06miguendessetrecipients: + miguendes, jaraco, MrQubo
2021-05-14 15:53:06miguendessetmessageid: <1621007586.01.0.0884969510938.issue44095@roundup.psfhosted.org>
2021-05-14 15:53:06miguendeslinkissue44095 messages
2021-05-14 15:53:05miguendescreate