@@ -27,12 +27,13 @@ in return.
27
27
Mailing lists
28
28
=============
29
29
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,
32
34
33
35
* The python-dev list is superseded by the `Core Development `_
34
36
and `PEPs `_ categories on Discourse.
35
-
36
37
* The python-ideas list is superseded by posts in the `Ideas `_
37
38
category on Discourse.
38
39
@@ -42,17 +43,21 @@ Mailing lists
42
43
- Ideas about new functionality should **not ** start here, and instead
43
44
should be discussed in `Ideas `_.
44
45
- 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 _.
47
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 _>`__.
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
50
55
51
56
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
53
58
on Libera.Chat _.
54
59
55
- ` The core-workflow <https://github.com/python/core-workflow/issues >`_
60
+ The ` core-workflow <https://github.com/python/core-workflow/issues >`__
56
61
issue tracker is the place to discuss and work on improvements to the CPython
57
62
core development workflow.
58
63
@@ -62,28 +67,19 @@ https://mail.python.org/mailman3/ (newer lists, using Mailman3). Some lists may
62
67
be mirrored at `GMANE <https://gmane.io/ >`_ and can be read and posted to in various
63
68
ways, including via web browsers, NNTP newsreaders, and RSS feed readers.
64
69
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
70
70
.. _python-list : https://mail.python.org/mailman/listinfo/python-list
71
71
.. _tutor : https://mail.python.org/mailman/listinfo/tutor
72
- .. _ StackOverflow : https://stackoverflow.com/
72
+ .. _ Stack Overflow : https://stackoverflow.com/
73
73
.. _Libera.Chat : https://libera.chat/
74
- .. _web gateway : https://mail.python.org/archives/
75
74
76
75
77
76
.. _communication-discourse :
78
77
79
78
Discourse (discuss.python.org web forum)
80
79
========================================
81
80
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
87
83
take place in the open forum categories for `PEPs `_ and `Core Development `_
88
84
(these are the Discourse equivalents to the python-dev mailing list).
89
85
All categories are open for users to read and post with the exception of
0 commit comments