Skip to content

Document the OS-Unsupported label and Platforms experts list #1281

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Feb 29, 2024
Merged
Show file tree
Hide file tree
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
9 changes: 8 additions & 1 deletion core-developers/experts.rst
Original file line number Diff line number Diff line change
Expand Up @@ -282,14 +282,21 @@ PEG Generator gvanrossum, pablogsal, lysnikolaou
================== ===========


.. _platform-experts:

Platforms
=========

For official contacts for supported platforms, see :pep:`11`.

Platforms listed here are not necessarily supported by CPython.
Some of the experts listed here maintain and distribute Python
for “their” platform as a third-party project.

=================== ===========
Platform Maintainers
=================== ===========
AIX David.Edelsohn^
Android
Cygwin jlt63^, stutzbach^
Emscripten hoodmane, pmp-p, rdb, rth, ryanking13
FreeBSD
Expand Down
11 changes: 8 additions & 3 deletions triage/labels.rst
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,14 @@ OS labels

These labels are used to specify which operating systems are affected.
Since most issues either affect all systems or are specific to Unix,
the only available labels are :gh-label:`OS-windows`, :gh-label:`OS-mac`,
and :gh-label:`OS-freebsd`.

we don't have a dedicated Unix label.
Use :gh-label:`OS-windows`, :gh-label:`OS-mac`, and :gh-label:`OS-freebsd`.

Use the :gh-label:`OS-unsupported` label for issues on platforms outside the
support tiers defined in :pep:`11`. Applying this label adds the issue to
`a GitHub project <https://github.com/orgs/python/projects/27/views/1>`_ where
it can be categorized further.
See also the :ref:`Platform experts list <platform-experts>`.

.. _Expert labels:
.. _Topic labels:
Expand Down