Issue26667
Created on 2016-03-29 18:22 by brett.cannon, last changed 2016-09-08 01:41 by brett.cannon. This issue is now closed.
| Messages (4) | |||
|---|---|---|---|
| msg262618 - (view) | Author: Brett Cannon (brett.cannon) * | 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) * | 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) * | 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) | 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 |
| 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 | |