@@ -27,45 +27,26 @@ in return.
2727Mailing Lists
2828=============
2929
30- python-dev _ is the primary mailing list for discussions about Python's
31- development. The list is open to the public and is subscribed to by all core
32- developers plus many people simply interested in following Python's
33- development. Discussion is focused on issues related to Python's development,
34- such as how to handle a specific issue, a PEP, etc.
35-
36- - Ideas about new functionality should **not ** start here and instead
37- should be sent to python-ideas _.
38- - Technical support questions should also not be asked here and instead
39- should go to python-list _ or python-help _.
40-
41- Python-ideas _ is a mailing list open to the public to discuss ideas on changing
42- Python. If a new idea does not start here (or python-list _, discussed below),
43- it will get redirected here.
44-
45- Sometimes people post new ideas to python-list _ to gather community opinion
46- before heading to python-ideas _. The list is also sometimes known as
47- comp.lang.python, the name of the newsgroup it mirrors (it is also known by
48- the abbreviation c.l.py).
49-
50- The python-committers _ mailing list is a private mailing list for core
51- developers (the archives are publicly available).
52- If something only affects core developers (e.g., the
53- tree is frozen for commits, etc.), it is discussed here instead of python-dev
54- to keep traffic down on the latter.
55-
56- python-dev _, python-committers _, and python-ideas _ all use Mailman 3, and
57- are hence accessible via the Mailman 3 `web gateway `_.
58-
59- Python-checkins _ sends out an email for every commit to Python's various
60- repositories from https://github.com/python/cpython. All core developers
61- subscribe to this list and are known to reply to these emails to make comments
62- about various issues they catch in the commit. Replies get redirected to
63- python-dev.
64-
65- There are two mailing lists related to issues on the `issue tracker `_. If you
66- only want an email for when a new issue is open, subscribe to
67- new-bugs-announce _. If you would rather receive an email for all changes made
68- to any issue, subscribe to python-bugs-list _.
30+ .. note :: Some mailing lists have been supplanted by categories in the
31+ Python `Discourse `_. Specifically,
32+
33+ * The python-dev list is superseded by the `Core Development `_
34+ and `PEPs `_ categories on Discourse.
35+
36+ * The python-ideas list is superseded by posts in the `Ideas `_
37+ category on Discourse.
38+
39+ Discussion in :guilabel: `Core Development ` is focused on issues related to Python's
40+ own development, such as how to handle a specific issue, a PEP, etc.
41+
42+ - Ideas about new functionality should **not ** start here, and instead
43+ should be discussed in `Ideas `_.
44+ - Technical support questions should also not be asked here, and instead
45+ should go to the python-list _ or python-help _ mailing lists, or the
46+ `Python Help `_ category on Discourse.
47+
48+ Existing threads on the python-dev _, python-committers _, and python-ideas _ mailing lists
49+ can be accessed through the `online archive <web gateway _>`__.
6950
7051General Python questions should go to `python-list `_ or `tutor `_
7152or similar resources, such as StackOverflow _ or the ``#python `` IRC channel
@@ -75,10 +56,11 @@ on Libera.Chat_.
7556issue tracker is the place to discuss and work on improvements to the CPython
7657core development workflow.
7758
78- A complete list of Python mailing lists can be found at https://mail.python.org/mailman/listinfo.
79- Most lists are also mirrored at `GMANE <https://gmane.io/ >`_ and can be read and
80- posted to in various ways, including via web browsers, NNTP newsreaders, and
81- RSS feed readers.
59+ A complete list of Python mailing lists can be found at
60+ https://mail.python.org/mailman/listinfo (older lists, using Mailman2) or
61+ https://mail.python.org/mailman3/ (newer lists, using Mailman3). Some lists may also
62+ be mirrored at `GMANE <https://gmane.io/ >`_ and can be read and posted to in various
63+ ways, including via web browsers, NNTP newsreaders, and RSS feed readers.
8264
8365.. _issue tracker : https://github.com/python/cpython/issues
8466.. _new-bugs-announce : https://mail.python.org/mailman/listinfo/new-bugs-announce
@@ -199,10 +181,11 @@ To activate the mailing list mode, go to the `email preferences
199181mailing list mode" and save changes.
200182
201183.. _Discourse : https://discuss.python.org/
202- .. _PEPs : https://discuss.python.org/c/peps/
203- .. _Core Development : https://discuss.python.org/c/core-dev/
204- .. _Committers : https://discuss.python.org/c/committers/
205-
184+ .. _PEPs : https://discuss.python.org/c/peps/19
185+ .. _Core Development : https://discuss.python.org/c/core-dev/23
186+ .. _Committers : https://discuss.python.org/c/committers/5
187+ .. _Ideas : https://discuss.python.org/c/ideas/6
188+ .. _Python Help : https://discuss.python.org/c/users/7
206189
207190Discord (private chat server)
208191=============================
0 commit comments