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.

Author eric.snow
Recipients cheryl.sabella, docs@python, eric.snow
Date 2019-06-14.18:02:40
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1560535361.35.0.573554677552.issue37284@roundup.psfhosted.org>
In-reply-to
Content
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
History
Date User Action Args
2019-06-14 18:02:41eric.snowsetrecipients: + eric.snow, docs@python, cheryl.sabella
2019-06-14 18:02:41eric.snowsetmessageid: <1560535361.35.0.573554677552.issue37284@roundup.psfhosted.org>
2019-06-14 18:02:41eric.snowlinkissue37284 messages
2019-06-14 18:02:40eric.snowcreate