[issue26667] Update importlib to accept pathlib.Path objects

2016-09-07 Thread Brett Cannon
Changes by Brett Cannon : -- resolution: -> fixed stage: -> resolved status: open -> closed ___ Python tracker ___

[issue26667] Update importlib to accept pathlib.Path objects

2016-09-07 Thread Roundup Robot
Roundup Robot added the comment: 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 -- nosy: +python-dev ___ Python tracker

[issue26667] Update importlib to accept pathlib.Path objects

2016-09-06 Thread Brett Cannon
Changes by Brett Cannon : -- assignee: -> brett.cannon ___ Python tracker ___ ___

[issue26667] Update importlib to accept pathlib.Path objects

2016-05-30 Thread Brett Cannon
Brett Cannon added the comment: It's informed. I need to go through the API and see what does or does not makes sense based on PEP 519. -- ___ Python tracker

[issue26667] Update importlib to accept pathlib.Path objects

2016-05-29 Thread R. David Murray
R. David Murray added the comment: Brett, is this made obsolete by PEP 519, or is its implementation informed by that PEP? -- nosy: +r.david.murray ___ Python tracker

[issue26667] Update importlib to accept pathlib.Path objects

2016-04-05 Thread Ethan Furman
Changes by Ethan Furman : -- nosy: +ethan.furman ___ Python tracker ___ ___

[issue26667] Update importlib to accept pathlib.Path objects

2016-03-29 Thread Serhiy Storchaka
Changes by Serhiy Storchaka : -- dependencies: +Support Path objects in the posix module ___ Python tracker ___

[issue26667] Update importlib to accept pathlib.Path objects

2016-03-29 Thread Brett Cannon
New submission from Brett Cannon: We should go through importlib and update the various APIs to accept pathlib.Path objects and not just str. -- messages: 262618 nosy: brett.cannon priority: normal severity: normal status: open title: Update importlib to accept pathlib.Path objects