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.
Created on 2016年03月29日 18:22 by brett.cannon, last changed 2022年04月11日 14:58 by admin. This issue is now closed.
| Messages (4) | |||
|---|---|---|---|
| msg262618 - (view) | Author: Brett Cannon (brett.cannon) * (Python committer) | Date: 2016年03月29日 18:22 | |
We should go through importlib and update the various APIs to accept pathlib.Path objects and not just str. |
|||
| msg266661 - (view) | Author: R. David Murray (r.david.murray) * (Python committer) | Date: 2016年05月30日 01:43 | |
Brett, is this made obsolete by PEP 519, or is its implementation informed by that PEP? |
|||
| msg266719 - (view) | Author: Brett Cannon (brett.cannon) * (Python committer) | Date: 2016年05月30日 22:09 | |
It's informed. I need to go through the API and see what does or does not makes sense based on PEP 519. |
|||
| msg274946 - (view) | Author: Roundup Robot (python-dev) (Python triager) | Date: 2016年09月08日 01:40 | |
New changeset 1a36cf6389d8 by Brett Cannon in branch 'default': Issue #26667: Add path-like object support to importlib.util. https://hg.python.org/cpython/rev/1a36cf6389d8 |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022年04月11日 14:58:29 | admin | set | github: 70854 |
| 2016年09月08日 01:41:19 | brett.cannon | set | status: open -> closed resolution: fixed stage: resolved |
| 2016年09月08日 01:40:39 | python-dev | set | nosy:
+ python-dev messages: + msg274946 |
| 2016年09月07日 02:36:40 | brett.cannon | set | assignee: brett.cannon |
| 2016年06月02日 17:38:54 | ethan.furman | link | issue27182 dependencies |
| 2016年05月30日 22:09:37 | brett.cannon | set | messages: + msg266719 |
| 2016年05月30日 01:43:12 | r.david.murray | set | nosy:
+ r.david.murray messages: + msg266661 |
| 2016年04月05日 16:35:05 | ethan.furman | set | nosy:
+ ethan.furman |
| 2016年03月29日 18:53:38 | serhiy.storchaka | set | dependencies: + Support Path objects in the posix module |
| 2016年03月29日 18:22:54 | brett.cannon | create | |