New submission from Eric Snow <ericsnowcurren...@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@python
components: Documentation
keywords: easy
messages: 345624
nosy: cheryl.sabella, docs@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 <rep...@bugs.python.org>
<https://bugs.python.org/issue37284>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to