Skip to content

Commit d0899f7

Browse files
Update mailing list information following retirement of python-dev (#1249)
Signed-off-by: Abhishek Kumar <[email protected]> Co-authored-by: Adam Turner <[email protected]>
1 parent b8b92a5 commit d0899f7

File tree

3 files changed

+19
-42
lines changed

3 files changed

+19
-42
lines changed

.github/CONTRIBUTING.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ Due to the fact that this project is entirely volunteer-run (that is, no one is
3333
to work on Python full-time), we unfortunately can make no guarantees as to if
3434
or when a core developer will get around to reviewing your pull request.
3535
If no core developer has done a review or responded to changes made because of a
36-
"changes requested" review, please feel free to email [python-dev](https://mail.python.org/mailman3/lists/python-dev.python.org/) to ask if
37-
someone could take a look at your pull request.
36+
"changes requested" review, please consider seeking assistance through the
37+
[Core Development Discourse category](https://discuss.python.org/c/core-dev/23).
3838

3939

4040
## Code of Conduct

developer-workflow/communication-channels.rst

+17-21
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,13 @@ in return.
2727
Mailing lists
2828
=============
2929

30-
.. note:: Some mailing lists have been supplanted by categories in the
31-
Python `Discourse`_. Specifically,
30+
.. note::
31+
32+
Mailing lists have generally been replaced by the `Discourse`_ forum.
33+
Specifically,
3234

3335
* The python-dev list is superseded by the `Core Development`_
3436
and `PEPs`_ categories on Discourse.
35-
3637
* The python-ideas list is superseded by posts in the `Ideas`_
3738
category on Discourse.
3839

@@ -42,17 +43,21 @@ Mailing lists
4243
- Ideas about new functionality should **not** start here, and instead
4344
should be discussed in `Ideas`_.
4445
- 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.
46+
should go to the `Python Help`_ category on Discourse or the python-list_.
4747

48-
Existing threads on the python-dev_, python-committers_, and python-ideas_ mailing lists
49-
can be accessed through the `online archive <web gateway_>`__.
48+
Previous threads on the python-dev_, python-committers_, and python-ideas_
49+
mailing lists can be accessed through the `online archive
50+
<https://mail.python.org/archives/>`__.
51+
52+
.. _python-committers: https://mail.python.org/mailman3/lists/python-committers.python.org/
53+
.. _python-dev: https://mail.python.org/mailman3/lists/python-dev.python.org/
54+
.. _python-ideas: https://mail.python.org/mailman3/lists/python-ideas.python.org
5055

5156
General Python questions should go to `python-list`_ or `tutor`_
52-
or similar resources, such as StackOverflow_ or the ``#python`` IRC channel
57+
or similar resources, such as `Stack Overflow`_ or the ``#python`` IRC channel
5358
on Libera.Chat_.
5459

55-
`The core-workflow <https://github.com/python/core-workflow/issues>`_
60+
The `core-workflow <https://github.com/python/core-workflow/issues>`__
5661
issue tracker is the place to discuss and work on improvements to the CPython
5762
core development workflow.
5863

@@ -62,28 +67,19 @@ https://mail.python.org/mailman3/ (newer lists, using Mailman3). Some lists may
6267
be mirrored at `GMANE <https://gmane.io/>`_ and can be read and posted to in various
6368
ways, including via web browsers, NNTP newsreaders, and RSS feed readers.
6469

65-
.. _issue tracker: https://github.com/python/cpython/issues
66-
.. _python-committers: https://mail.python.org/mailman3/lists/python-committers.python.org/
67-
.. _python-dev: https://mail.python.org/mailman3/lists/python-dev.python.org/
68-
.. _python-help: https://mail.python.org/mailman/listinfo/python-help
69-
.. _python-ideas: https://mail.python.org/mailman3/lists/python-ideas.python.org
7070
.. _python-list: https://mail.python.org/mailman/listinfo/python-list
7171
.. _tutor: https://mail.python.org/mailman/listinfo/tutor
72-
.. _StackOverflow: https://stackoverflow.com/
72+
.. _Stack Overflow: https://stackoverflow.com/
7373
.. _Libera.Chat: https://libera.chat/
74-
.. _web gateway: https://mail.python.org/archives/
7574

7675

7776
.. _communication-discourse:
7877

7978
Discourse (discuss.python.org web forum)
8079
========================================
8180

82-
We have our own `Discourse`_ forum for both developers and users. This forum
83-
complements the `python-dev`_, `python-ideas`_, `python-help`_, and
84-
`python-list`_ mailing lists.
85-
86-
This forum has different categories and most core development discussions
81+
We have our own `Discourse`_ forum for both developers and users.
82+
It has different categories and most core development discussions
8783
take place in the open forum categories for `PEPs`_ and `Core Development`_
8884
(these are the Discourse equivalents to the python-dev mailing list).
8985
All categories are open for users to read and post with the exception of

getting-started/getting-help.rst

-19
Original file line numberDiff line numberDiff line change
@@ -37,25 +37,6 @@ Those particularly relevant for help contributing to Python itself include:
3737
.. _Ideas: https://discuss.python.org/c/ideas/6
3838

3939

40-
.. _help-mailing-lists:
41-
42-
Mailing lists
43-
-------------
44-
45-
Further options for seeking assistance include the
46-
`python-ideas`_ and `python-dev`_ mailing lists,
47-
which correspond to the `Ideas`_ and `Core Development`_
48-
:ref:`help-discourse` categories, respectively.
49-
The Discourse categories are generally more active
50-
and are the preferred venue for new discussions,
51-
but the mailing lists are still monitored and responded to.
52-
These mailing lists are for questions involving the
53-
development *of* Python, **not** for development *with* Python.
54-
55-
.. _python-ideas: https://mail.python.org/mailman3/lists/python-ideas.python.org
56-
.. _python-dev: https://mail.python.org/mailman3/lists/python-dev.python.org/
57-
58-
5940
Ask #python-dev
6041
---------------
6142

0 commit comments

Comments
 (0)