Skip to content

Commit 043e238

Browse files
docs: Update mailing list information in devguide
Signed-off-by: Abhishek Kumar <abhishek22512@gmail.com>
1 parent 47d44b3 commit 043e238

File tree

3 files changed

+9
-7
lines changed

3 files changed

+9
-7
lines changed

.github/CONTRIBUTING.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,10 @@ Due to the fact that this project is entirely volunteer-run (i.e. no one is paid
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).
38+
39+
Please note that the traditional `python-dev` mailing list has been retired.
3840

3941

4042
## Code of Conduct

developer-workflow/communication-channels.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ Mailing lists
4545
should go to the python-list_ or python-help_ mailing lists, or the
4646
`Python Help`_ category on Discourse.
4747

48-
Existing threads on the python-dev_, python-committers_, and python-ideas_ mailing lists
48+
Existing threads on the python-core-dev_, python-committers_, and python-ideas_ mailing lists
4949
can be accessed through the `online archive <web gateway_>`__.
5050

5151
General Python questions should go to `python-list`_ or `tutor`_
@@ -64,7 +64,7 @@ ways, including via web browsers, NNTP newsreaders, and RSS feed readers.
6464

6565
.. _issue tracker: https://github.com/python/cpython/issues
6666
.. _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/
67+
.. _python-core-dev: https://discuss.python.org/c/core-dev/23
6868
.. _python-help: https://mail.python.org/mailman/listinfo/python-help
6969
.. _python-ideas: https://mail.python.org/mailman3/lists/python-ideas.python.org
7070
.. _python-list: https://mail.python.org/mailman/listinfo/python-list
@@ -80,7 +80,7 @@ Discourse (discuss.python.org web forum)
8080
========================================
8181

8282
We have our own `Discourse`_ forum for both developers and users. This forum
83-
complements the `python-dev`_, `python-ideas`_, `python-help`_, and
83+
complements the `python-core-dev`_, `python-ideas`_, `python-help`_, and
8484
`python-list`_ mailing lists.
8585

8686
This forum has different categories and most core development discussions

getting-started/getting-help.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ Mailing lists
4343
-------------
4444

4545
Further options for seeking assistance include the
46-
`python-ideas`_ and `python-dev`_ mailing lists,
46+
`python-ideas`_ and `python-dev`_ communication channels,
4747
which correspond to the `Ideas`_ and `Core Development`_
4848
:ref:`help-discourse` categories, respectively.
4949
The Discourse categories are generally more active
@@ -53,7 +53,7 @@ These mailing lists are for questions involving the
5353
development *of* Python, **not** for development *with* Python.
5454

5555
.. _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/
56+
.. _python-dev: https://discuss.python.org/c/core-dev/23/
5757

5858

5959
Ask #python-dev

0 commit comments

Comments
 (0)