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.

classification
Title: Support path-like objects in zipapp
Type: enhancement Stage: resolved
Components: Library (Lib) Versions: Python 3.7
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: Nosy List: paul.moore, serhiy.storchaka
Priority: normal Keywords:

Created on 2017-03-25 09:34 by serhiy.storchaka, last changed 2022-04-11 14:58 by admin. This issue is now closed.

Pull Requests
URL Status Linked Edit
PR 815 merged serhiy.storchaka, 2017-03-25 09:43
Messages (2)
msg290470 - (view) Author: Serhiy Storchaka (serhiy.storchaka) * (Python committer) Date: 2017-03-25 09:34
Proposed patch simplifies support of pathlib.Path in zipapp. As a side effect zipapp now supports other path-like objects, not just pathlib.Path.
msg290478 - (view) Author: Serhiy Storchaka (serhiy.storchaka) * (Python committer) Date: 2017-03-25 11:05
New changeset 4aec9a8be2f2574f249008eb8be76c070fea37eb by Serhiy Storchaka in branch 'master':
bpo-29901: Improve support of path-like objects in zipapp. (#815)
https://github.com/python/cpython/commit/4aec9a8be2f2574f249008eb8be76c070fea37eb
History
Date User Action Args
2022-04-11 14:58:44adminsetgithub: 74087
2017-03-25 11:06:40serhiy.storchakasetstatus: open -> closed
resolution: fixed
stage: patch review -> resolved
2017-03-25 11:05:25serhiy.storchakasetmessages: + msg290478
2017-03-25 09:43:22serhiy.storchakasetpull_requests: + pull_request721
2017-03-25 09:34:25serhiy.storchakacreate