Skip to content

Commit 0aa8522

Browse files
vsajipezio-melottiCAM-Gerlach
authored
Make updates relating to communication channels. (#938)
Co-authored-by: Ezio Melotti <ezio.melotti@gmail.com> Co-authored-by: C.A.M. Gerlach <CAM.Gerlach@Gerlach.CAM>
1 parent f07db08 commit 0aa8522

File tree

2 files changed

+38
-52
lines changed

2 files changed

+38
-52
lines changed

core-developers/responsibilities.rst

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -41,12 +41,15 @@ making design and development decisions in different areas (as documented
4141
in the :ref:`experts` and :ref:`developers`).
4242

4343

44-
Mailing Lists
45-
=============
44+
Mailing Lists and Bug Notifications
45+
===================================
4646

47-
You are expected to subscribe to python-committers, python-dev,
48-
python-checkins, and one of new-bugs-announce or python-bugs-list. See
49-
:ref:`communication` for links to these mailing lists.
47+
Mailing lists have generally been replaced by the `Discourse forum
48+
<https://discuss.python.org/>`_. Refer to :ref:`mailinglists` for more information.
49+
50+
If you want notification of new issues, you can use the appropriate GitHub notification
51+
settings for the `python/cpython <https://github.com/python/cpython>`_ repository —
52+
follow the link and click on the :guilabel:`Watch` button to set your notification options.
5053

5154

5255
.. _contributor_agreement:

developer-workflow/communication-channels.rst

Lines changed: 30 additions & 47 deletions
Original file line numberDiff line numberDiff line change
@@ -27,45 +27,26 @@ in return.
2727
Mailing 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

7051
General Python questions should go to `python-list`_ or `tutor`_
7152
or similar resources, such as StackOverflow_ or the ``#python`` IRC channel
@@ -75,10 +56,11 @@ on Libera.Chat_.
7556
issue tracker is the place to discuss and work on improvements to the CPython
7657
core 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
199181
mailing 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

207190
Discord (private chat server)
208191
=============================

0 commit comments

Comments
 (0)