Skip to content

Commit 1ff4c42

Browse files
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 (cherry picked from commit 52693c1) Co-authored-by: Giovanni Cappellotto <gcappellotto@fb.com>
1 parent cf9a63c commit 1ff4c42

2 files changed

Lines changed: 5 additions & 0 deletions

File tree

Doc/library/sys.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -883,6 +883,10 @@ always available.
883883

884884
.. versionadded:: 3.3
885885

886+
.. note::
887+
888+
The addition of new required attributes must go through the normal PEP
889+
process. See :pep:`421` for more information.
886890

887891
.. data:: int_info
888892

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Add a brief note to indicate that any new ``sys.implementation`` required attributes must go through the PEP process.

0 commit comments

Comments
 (0)