Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions peps/pep-0011.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 Python developer'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,
Expand Down
Loading