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.

classification
Title: Implement os.Pathlike for importlib.machinery
Type: Stage: resolved
Components: Library (Lib) Versions:
process
Status: closed Resolution: rejected
Dependencies: Superseder:
Assigned To: Nosy List: brett.cannon, serhiy.storchaka
Priority: normal Keywords:

Created on 2017-02-05 05:41 by brett.cannon, last changed 2022-04-11 14:58 by admin. This issue is now closed.

Messages (2)
msg287037 - (view) Author: Brett Cannon (brett.cannon) * (Python committer) Date: 2017-02-05 05:41
Various classes in importlib.machinery define a 'path' attribute which could also be exposed through the os.PathLike interface.
msg292923 - (view) Author: Brett Cannon (brett.cannon) * (Python committer) Date: 2017-05-03 16:42
Since the objects I thought of for this aren't purely representing paths I'm going to close this to keep os.PathLike for things that are specifically representing paths.
History
Date User Action Args
2022-04-11 14:58:42adminsetgithub: 73634
2017-05-03 17:25:07serhiy.storchakasetstatus: open -> closed
nosy: + serhiy.storchaka

stage: resolved
2017-05-03 16:42:46brett.cannonsetresolution: rejected
messages: + msg292923
2017-02-05 05:41:24brett.cannoncreate