]> granicus.if.org Git - python/commitdiff
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)
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]

index a33e796cf7533e6f1533afa96f7a14dca2a7a2fc..09a987ca32ace979244463e2aed0322e25956e88 100644 (file)
@@ -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
 
diff --git a/Misc/NEWS.d/next/Documentation/2019-07-13-12-58-20.bpo-37284.rP8WpB.rst b/Misc/NEWS.d/next/Documentation/2019-07-13-12-58-20.bpo-37284.rP8WpB.rst
new file mode 100644 (file)
index 0000000..f875791
--- /dev/null
@@ -0,0 +1 @@
+Add a brief note to indicate that any new ``sys.implementation`` required attributes must go through the PEP process.
\ No newline at end of file