]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-37284: Add note to sys.implementation doc (GH-14328) 14790/head
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 15 Jul 2019 14:44:26 +0000 (07:44 -0700)
committerGitHub <noreply@github.com>
Mon, 15 Jul 2019 14:44:26 +0000 (07:44 -0700)
commit134f79682d6729e3cf84b665d615f576075550e8
treedec199865deb88b25983c1524f9b56297fbe5c3e
parentc6b31061997526b31961ec34328408ca421f51fc
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]