Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement os.Pathlike for importlib.machinery #73634

Closed
brettcannon opened this issue Feb 5, 2017 · 2 comments
Closed

Implement os.Pathlike for importlib.machinery #73634

brettcannon opened this issue Feb 5, 2017 · 2 comments
Labels
stdlib Python modules in the Lib dir

Comments

@brettcannon
Copy link
Member

BPO 29448
Nosy @brettcannon, @serhiy-storchaka

Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.

Show more details

GitHub fields:

assignee = None
closed_at = <Date 2017-05-03.17:25:07.061>
created_at = <Date 2017-02-05.05:41:24.557>
labels = ['library']
title = 'Implement os.Pathlike for importlib.machinery'
updated_at = <Date 2017-05-03.17:25:07.060>
user = 'https://github.com/brettcannon'

bugs.python.org fields:

activity = <Date 2017-05-03.17:25:07.060>
actor = 'serhiy.storchaka'
assignee = 'none'
closed = True
closed_date = <Date 2017-05-03.17:25:07.061>
closer = 'serhiy.storchaka'
components = ['Library (Lib)']
creation = <Date 2017-02-05.05:41:24.557>
creator = 'brett.cannon'
dependencies = []
files = []
hgrepos = []
issue_num = 29448
keywords = []
message_count = 2.0
messages = ['287037', '292923']
nosy_count = 2.0
nosy_names = ['brett.cannon', 'serhiy.storchaka']
pr_nums = []
priority = 'normal'
resolution = 'rejected'
stage = 'resolved'
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue29448'
versions = []

@brettcannon
Copy link
Member Author

Various classes in importlib.machinery define a 'path' attribute which could also be exposed through the os.PathLike interface.

@brettcannon brettcannon added the stdlib Python modules in the Lib dir label Feb 5, 2017
@brettcannon
Copy link
Member Author

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.

@ezio-melotti ezio-melotti transferred this issue from another repository Apr 10, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
stdlib Python modules in the Lib dir
Projects
None yet
Development

No branches or pull requests

2 participants