Skip to content

Commit 52693c1

Browse files
potomakmiss-islington
authored andcommitted
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
1 parent 18c5f9d commit 52693c1

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
@@ -875,6 +875,10 @@ always available.
875875

876876
.. versionadded:: 3.3
877877

878+
.. note::
879+
880+
The addition of new required attributes must go through the normal PEP
881+
process. See :pep:`421` for more information.
878882

879883
.. data:: int_info
880884

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)