Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions Doc/library/sys.rst
Original file line number Diff line number Diff line change
Expand Up @@ -809,6 +809,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

Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Add a brief note to indicate that any new ``sys.implementation`` required attributes must go through the PEP process.