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 barry, jaraco
Date 2019-05-07.13:47:36
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1557236857.3.0.339513388865.issue36832@roundup.psfhosted.org>
In-reply-to
Content
The [zipp package](https://pypi.org/project/zipp) implements a pathlib-compatable wrapper for zipfiles and is used by the importlib_metadata project. The port of importlib_metadata to importlib.metadata (issue34632) currently embeds that functionality, but this functionality is probably better exposed as part of the zipfile or pathlib modules.

Yesterday, at PyCon sprints, we considered which stdlib module would be better to host this functionality, and a quick analysis revealed that there's no pathlib dependency but there is a zipfile dependency, suggesting that zipfile should be preferred.
History
Date User Action Args
2019-05-07 13:47:37jaracosetrecipients: + jaraco, barry
2019-05-07 13:47:37jaracosetmessageid: <1557236857.3.0.339513388865.issue36832@roundup.psfhosted.org>
2019-05-07 13:47:37jaracolinkissue36832 messages
2019-05-07 13:47:36jaracocreate