mirror of
https://github.com/python/cpython.git
synced 2026-01-07 16:02:55 +00:00
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 52693c10e8)
Co-authored-by: Giovanni Cappellotto <gcappellotto@fb.com>
This commit is contained in:
parent
cf9a63c6c7
commit
1ff4c42774
2 changed files with 5 additions and 0 deletions
|
|
@ -883,6 +883,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
|
||||
|
||||
|
|
|
|||
|
|
@ -0,0 +1 @@
|
|||
Add a brief note to indicate that any new ``sys.implementation`` required attributes must go through the PEP process.
|
||||
Loading…
Add table
Add a link
Reference in a new issue