[issue37284] Not obvious that new required attrs of sys.implementation must have a PEP.

Eric Snow report at bugs.python.org
Fri Jun 14 14:02:41 EDT 2019


New submission from Eric Snow <ericsnowcurrently at gmail.com>:

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
[2] https://docs.python.org/3/library/sys.html#sys.implementation

----------
assignee: docs at python
components: Documentation
keywords: easy
messages: 345624
nosy: cheryl.sabella, docs at python, eric.snow
priority: normal
severity: normal
stage: needs patch
status: open
title: Not obvious that new required attrs of sys.implementation must have a PEP.
versions: Python 3.7, Python 3.8, Python 3.9

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue37284>
_______________________________________


More information about the Python-bugs-list mailing list