-
-
Notifications
You must be signed in to change notification settings - Fork 30.6k
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
Not obvious that new required attrs of sys.implementation must have a PEP. #81465
Comments
PEP-421 added sys.implementation for Python implementors to provide values required by stdlib code (e.g. importlib). That PEP indicates that any new required attributes must go through the PEP process. [1] That requirement isn't obvious. To fix that we should add a brief note to the sys.implementation docs [2] identifying the requirement. [1] https://www.python.org/dev/peps/pep-0421/#adding-new-required-attributes |
Hi, I'd like to claim this task if nobody else already started working on it. |
@potomak, thanks for doing this! |
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:
bugs.python.org fields:
The text was updated successfully, but these errors were encountered: