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 jaraco
Recipients MrQubo, jaraco, miguendes
Date 2021-05-14.17:55:47
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1621014948.04.0.894759466037.issue44095@roundup.psfhosted.org>
In-reply-to
Content
Sounds good to me. In general, it's easier to contribute first to https://github.com/jaraco/zipp and those changes can be readily merged into CPython. No worries, though. If these changes can be accepted here, I should be able to graft them onto jaraco/zipp as well, and thus provide the functionality for older Pythons.

At this point, Python 3.10 is frozen for features, which this change would be, so I'm updating the target version to 3.11.

> It's not meant to be 100% consistent with pathlib.Path.

That's right. It's meant to provide whatever consistency makes sense, but a subset of what's available on pathlib.Path. Happy to accept any contributions that would be useful.

>> A pathlib-compatible interface
> only a few methods are supported

Indeed, perhaps the documentation should be more clear about what is and isn't supported.
History
Date User Action Args
2021-05-14 17:55:48jaracosetrecipients: + jaraco, miguendes, MrQubo
2021-05-14 17:55:48jaracosetmessageid: <1621014948.04.0.894759466037.issue44095@roundup.psfhosted.org>
2021-05-14 17:55:48jaracolinkissue44095 messages
2021-05-14 17:55:47jaracocreate