Issue29901
Created on 2017-03-25 09:34 by serhiy.storchaka, last changed 2017-03-25 11:06 by serhiy.storchaka. 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) * | 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) * | 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 |
| 2017-03-25 11:06:40 | serhiy.storchaka | set | status: open -> closed resolution: fixed stage: patch review -> resolved |
| 2017-03-25 11:05:25 | serhiy.storchaka | set | messages: + msg290478 |
| 2017-03-25 09:43:22 | serhiy.storchaka | set | pull_requests: + pull_request721 |
| 2017-03-25 09:34:25 | serhiy.storchaka | create | |