]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-37284: Add note to sys.implementation doc (GH-14328)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 15 Jul 2019 14:45:12 +0000 (07:45 -0700)
committerGitHub <noreply@github.com>
Mon, 15 Jul 2019 14:45:12 +0000 (07:45 -0700)
commit1ff4c4277421c02df5ca0894fb95de70cd9cd5f4
tree3f8ff34711edb1d07605e7c516220a8f1ee97615
parentcf9a63c6c7e19f3d27cf3b5731d02cc216ef3dd1
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>
Doc/library/sys.rst
Misc/NEWS.d/next/Documentation/2019-07-13-12-58-20.bpo-37284.rP8WpB.rst [new file with mode: 0644]