Skip to content

Commit 7c37b96

Browse files
authored
Update mailing list links (#1741)
1 parent cf022df commit 7c37b96

File tree

2 files changed

+6
-8
lines changed

2 files changed

+6
-8
lines changed

developer-workflow/c-api.rst

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -395,9 +395,8 @@ If following these guidelines would hurt performance, add a fast function
395395
API.
396396

397397
If anything is unclear, or you have a good reason to break the guidelines,
398-
consider discussing the change at the `capi-sig`_ mailing list.
399-
400-
.. _capi-sig: https://mail.python.org/mailman3/lists/capi-sig.python.org/
398+
consider discussing the change in the `C API category
399+
<https://discuss.python.org/c/core-dev/c-api/>`__ on Discourse.
401400

402401
Adding a new definition to the Limited API
403402
------------------------------------------

developer-workflow/communication-channels.rst

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ Mailing lists
5151

5252
.. _python-committers: https://mail.python.org/mailman3/lists/python-committers.python.org/
5353
.. _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
54+
.. _python-ideas: https://mail.python.org/archives/list/python-ideas@python.org/
5555

5656
General Python questions should go to `python-list`_ or `tutor`_
5757
or similar resources, such as `Stack Overflow`_ or the ``#python`` IRC channel
@@ -62,13 +62,12 @@ issue tracker is the place to discuss and work on improvements to the CPython
6262
core development workflow.
6363

6464
A complete list of Python mailing lists can be found at
65-
https://mail.python.org/mailman/listinfo (older lists, using Mailman2) or
66-
https://mail.python.org/mailman3/ (newer lists, using Mailman3). Some lists may also
65+
https://mail.python.org/mailman3/. Some lists may also
6766
be mirrored at `GMANE <https://gmane.io/>`__ and can be read and posted to in various
6867
ways, including via web browsers, NNTP newsreaders, and RSS feed readers.
6968

70-
.. _python-list: https://mail.python.org/mailman/listinfo/python-list
71-
.. _tutor: https://mail.python.org/mailman/listinfo/tutor
69+
.. _python-list: https://mail.python.org/mailman3/lists/python-list.python.org/
70+
.. _tutor: https://mail.python.org/mailman3/lists/tutor.python.org/
7271
.. _Stack Overflow: https://stackoverflow.com/
7372
.. _Libera.Chat: https://libera.chat/
7473

0 commit comments

Comments
 (0)