New submission from Jason R. Coombs <jar...@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 <rep...@bugs.python.org>
<https://bugs.python.org/issue36832>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to