From 16c802166b5a62155e69df9676a4944431d7c27b Mon Sep 17 00:00:00 2001 From: Petr Viktorin Date: Wed, 1 Jul 2026 13:24:48 +0200 Subject: [PATCH 1/2] PEP 11: Update link to contacts for third-party ports in the Devguide This was moved in https://github.com/python/devguide/pull/1839 --- peps/pep-0011.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/peps/pep-0011.rst b/peps/pep-0011.rst index 28a3c6b7d34..9cff71a2926 100644 --- a/peps/pep-0011.rst +++ b/peps/pep-0011.rst @@ -165,16 +165,16 @@ Unsupported code that *does* cause a maintenance burden, or obstructs general improvements, may be rejected or removed from the code base without a deprecation process. Core team members that do this intentionally are encouraged to notify people -listed in the `Platforms experts list`_ in the CPython contributor's guide, +listed in the `Ports and contacts list`_ in the CPython contributor's guide, to review any submitted fixes (if unobtrusive), and to consider adding configuration or extension capabilities necessary for workarounds. People interested in unsupported platforms may add themselves to the -`Platforms experts list`_ to request that they be notified on issues +`Ports and contacts list`_ to request that they be notified on issues related to "their" platform. There is, however, no formal guarantee that they *will* be notified. -.. _Platforms experts list: https://devguide.python.org/core-team/experts/#platforms +.. _Ports and contacts list: https://devguide.python.org/developer-workflow/porting/#ports-and-contacts Platforms not listed in this PEP may also be supported by the wider Python community in other ways. If your desired platform is not listed above, From 3ead495e43c73c9518279b49e25e55c4a389e70f Mon Sep 17 00:00:00 2001 From: Petr Viktorin Date: Wed, 1 Jul 2026 14:02:45 +0200 Subject: [PATCH 2/2] Update peps/pep-0011.rst Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com> --- peps/pep-0011.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/peps/pep-0011.rst b/peps/pep-0011.rst index 9cff71a2926..4a32c0164e0 100644 --- a/peps/pep-0011.rst +++ b/peps/pep-0011.rst @@ -165,7 +165,7 @@ Unsupported code that *does* cause a maintenance burden, or obstructs general improvements, may be rejected or removed from the code base without a deprecation process. Core team members that do this intentionally are encouraged to notify people -listed in the `Ports and contacts list`_ in the CPython contributor's guide, +listed in the `Ports and contacts list`_ in the Python developer's guide, to review any submitted fixes (if unobtrusive), and to consider adding configuration or extension capabilities necessary for workarounds.