Issue 29901: Support path-like objects in zipapp (original) (raw)

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:44 admin set github: 74087
2017-03-25 11:06:40 serhiy.storchaka set status: open -> closedresolution: fixedstage: patch review -> resolved
2017-03-25 11:05:25 serhiy.storchaka set messages: +
2017-03-25 09:43:22 serhiy.storchaka set pull_requests: + <pull%5Frequest721>
2017-03-25 09:34:25 serhiy.storchaka create