[issue36832] Port zipp to zipfile

2019-05-08 Thread Jason R. Coombs


Change by Jason R. Coombs :


--
pull_requests: +13124

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue36832] Port zipp to zipfile

2019-05-08 Thread Barry A. Warsaw


Change by Barry A. Warsaw :


--
resolution:  -> fixed
stage: patch review -> resolved
status: open -> closed

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue36832] Port zipp to zipfile

2019-05-08 Thread Barry A. Warsaw


Barry A. Warsaw  added the comment:


New changeset b2758ff9553d8bebe4e9dd1cb3996212473810e3 by Barry Warsaw (Jason 
R. Coombs) in branch 'master':
bpo-36832: add zipfile.Path (#13153)
https://github.com/python/cpython/commit/b2758ff9553d8bebe4e9dd1cb3996212473810e3


--

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue36832] Port zipp to zipfile

2019-05-07 Thread Jason R. Coombs


Change by Jason R. Coombs :


--
keywords: +patch
pull_requests: +13070
stage:  -> patch review

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue36832] Port zipp to zipfile

2019-05-07 Thread Jason R. Coombs


Change by Jason R. Coombs :


--
components: +Library (Lib)
type:  -> enhancement
versions: +Python 3.8

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue36832] Port zipp to zipfile

2019-05-07 Thread Jason R. Coombs


New submission from Jason R. Coombs :

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 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com