summaryrefslogtreecommitdiffstats
path: root/Doc/library/sys.rst
diff options
context:
space:
mode:
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>2019-07-15 14:45:12 (GMT)
committerGitHub <noreply@github.com>2019-07-15 14:45:12 (GMT)
commit1ff4c4277421c02df5ca0894fb95de70cd9cd5f4 (patch)
tree3f8ff34711edb1d07605e7c516220a8f1ee97615 /Doc/library/sys.rst
parentcf9a63c6c7e19f3d27cf3b5731d02cc216ef3dd1 (diff)
downloadcpython-1ff4c4277421c02df5ca0894fb95de70cd9cd5f4.zip
cpython-1ff4c4277421c02df5ca0894fb95de70cd9cd5f4.tar.gz
cpython-1ff4c4277421c02df5ca0894fb95de70cd9cd5f4.tar.bz2
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 52693c10e82622d883433b779a45d0bd792f17ed) Co-authored-by: Giovanni Cappellotto <gcappellotto@fb.com>
Diffstat (limited to 'Doc/library/sys.rst')
-rw-r--r--Doc/library/sys.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/Doc/library/sys.rst b/Doc/library/sys.rst
index a33e796..09a987c 100644
--- a/Doc/library/sys.rst
+++ b/Doc/library/sys.rst
@@ -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