bpo-37284: Add note to sys.implementation doc (GH-14328)

Add a brief note to indicate that any new required attributes must go through the PEP process.





https://bugs.python.org/issue37284
This commit is contained in:
Giovanni Cappellotto 2019-07-15 10:37:09 -04:00 committed by Miss Islington (bot)
parent 18c5f9d44d
commit 52693c10e8
2 changed files with 5 additions and 0 deletions

View File

@ -875,6 +875,10 @@ always available.
.. versionadded:: 3.3
.. note::
The addition of new required attributes must go through the normal PEP
process. See :pep:`421` for more information.
.. data:: int_info

View File

@ -0,0 +1 @@
Add a brief note to indicate that any new ``sys.implementation`` required attributes must go through the PEP process.