Skip to content

Commit 134f796

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 c6b3106 commit 134f796

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

Doc/library/sys.rst

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

810810
.. versionadded:: 3.3
811811

812+
.. note::
813+
814+
The addition of new required attributes must go through the normal PEP
815+
process. See :pep:`421` for more information.
812816

813817
.. data:: int_info
814818

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)