@@ -52,8 +52,8 @@ General Python questions should go to `python-list`_ or `tutor`_
5252or similar resources, such as StackOverflow _ or the ``#python `` IRC channel
5353on Libera.Chat _.
5454
55- `Core-Workflow <https://mail. python.org/mm3/mailman3/lists/ core-workflow.python.org/ >`_
56- mailing list is the place to discuss and work on improvements to the CPython
55+ `The core-workflow <https://github.com/ python/ core-workflow/issues >`_
56+ issue tracker is the place to discuss and work on improvements to the CPython
5757core development workflow.
5858
5959A complete list of Python mailing lists can be found at https://mail.python.org/mailman/listinfo.
@@ -65,10 +65,10 @@ RSS feed readers.
6565.. _new-bugs-announce : https://mail.python.org/mailman/listinfo/new-bugs-announce
6666.. _python-bugs-list : https://mail.python.org/mailman/listinfo/python-bugs-list
6767.. _python-checkins : https://mail.python.org/mailman/listinfo/python-checkins
68- .. _python-committers : https://mail.python.org/mailman/listinfo /python-committers
69- .. _python-dev : https://mail.python.org/mailman/listinfo /python-dev
68+ .. _python-committers : https://mail.python.org/mailman3/lists /python-committers.python.org/
69+ .. _python-dev : https://mail.python.org/mailman3/lists /python-dev.python.org/
7070.. _python-help : https://mail.python.org/mailman/listinfo/python-help
71- .. _python-ideas : https://mail.python.org/mailman/listinfo /python-ideas
71+ .. _python-ideas : https://mail.python.org/mailman3/lists /python-ideas.python.org
7272.. _python-list : https://mail.python.org/mailman/listinfo/python-list
7373.. _tutor : https://mail.python.org/mailman/listinfo/tutor
7474.. _StackOverflow : https://stackoverflow.com/
@@ -101,7 +101,7 @@ Blogs
101101
102102Several core developers are active bloggers and discuss Python's development
103103that way. You can find their blogs (and various other developers who use Python)
104- at http ://planetpython.org/.
104+ at https ://planetpython.org/.
105105
106106
107107Standards of behaviour in these communication channels
@@ -119,7 +119,7 @@ Setting Expectations for Open Source Participation
119119--------------------------------------------------
120120
121121Burn-out is common in open source due to a misunderstanding of what users, contributors,
122- and maintainers should expect from each other. Brett Cannon gave a `talk <https://youtu.be/ -Nk-8fSJM6I >`_
122+ and maintainers should expect from each other. Brett Cannon gave a `talk <https://www.youtube.com/watch?v= -Nk-8fSJM6I >`_
123123about this topic that sets out to help everyone set reasonable expectations of each other in
124124order to make open source pleasant for everyone involved.
125125
@@ -133,6 +133,6 @@ Python `Performance Benchmark`_ project is intended to be an authoritative
133133source of benchmarks for all Python implementations.
134134
135135.. _Python Core Workflow : https://github.com/python/core-workflow
136- .. _cherry_picker : https://pypi.org/project/cherry-picker /
136+ .. _cherry_picker : https://pypi.org/project/cherry_picker /
137137.. _blurb : https://pypi.org/project/blurb
138138.. _Performance Benchmark : https://github.com/python/pyperformance
0 commit comments