[New-bugs-announce] [issue36832] Port zipp to zipfile

Jason R. Coombs report at bugs.python.org
Tue May 7 09:47:37 EDT 2019


New submission from Jason R. Coombs <jaraco at jaraco.com>:

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.

----------
assignee: jaraco
messages: 341727
nosy: barry, jaraco
priority: normal
severity: normal
status: open
title: Port zipp to zipfile

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


More information about the New-bugs-announce mailing list