From b68415d2f1f12ab71213a677e0875da27476a405 Mon Sep 17 00:00:00 2001 From: Giovanni Cappellotto Date: Sun, 23 Jun 2019 20:48:31 -0400 Subject: [PATCH 1/3] Add note to sys.implementation doc Add a brief note to indicate that any new required attributes must go through the PEP process. --- Doc/library/sys.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Doc/library/sys.rst b/Doc/library/sys.rst index c073431c894817..9a9f5bfd11b581 100644 --- a/Doc/library/sys.rst +++ b/Doc/library/sys.rst @@ -880,6 +880,10 @@ always available. .. versionadded:: 3.3 + .. note:: + + All proposals for new required attributes must go through the normal PEP + process. See :pep:`421` for more information. .. data:: int_info From 083277f10d277ee4e62c63189c9db46b7e5752e2 Mon Sep 17 00:00:00 2001 From: Giovanni Cappellotto Date: Sat, 13 Jul 2019 08:48:23 -0400 Subject: [PATCH 2/3] Update Doc/library/sys.rst Add @ericsnowcurrently's suggestion. Co-Authored-By: Eric Snow --- Doc/library/sys.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/library/sys.rst b/Doc/library/sys.rst index 9a9f5bfd11b581..c17386dd851c6a 100644 --- a/Doc/library/sys.rst +++ b/Doc/library/sys.rst @@ -882,7 +882,7 @@ always available. .. note:: - All proposals for new required attributes must go through the normal PEP + The addition of new required attributes must go through the normal PEP process. See :pep:`421` for more information. .. data:: int_info From 2543ac0333bbca2937f7d93f941c775377457522 Mon Sep 17 00:00:00 2001 From: "blurb-it[bot]" <43283697+blurb-it[bot]@users.noreply.github.com> Date: Sat, 13 Jul 2019 12:58:21 +0000 Subject: [PATCH 3/3] =?UTF-8?q?=F0=9F=93=9C=F0=9F=A4=96=20Added=20by=20blu?= =?UTF-8?q?rb=5Fit.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../next/Documentation/2019-07-13-12-58-20.bpo-37284.rP8WpB.rst | 1 + 1 file changed, 1 insertion(+) create mode 100644 Misc/NEWS.d/next/Documentation/2019-07-13-12-58-20.bpo-37284.rP8WpB.rst 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 index 00000000000000..f875791c9a9345 --- /dev/null +++ b/Misc/NEWS.d/next/Documentation/2019-07-13-12-58-20.bpo-37284.rP8WpB.rst @@ -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