summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>2021-08-04 19:23:48 (GMT)
committerGitHub <noreply@github.com>2021-08-04 19:23:48 (GMT)
commited0d91bafa0de848aa2fcbabbe1b9ef9752748cc (patch)
tree57c675f2e1d6dfe7182d1198641af157749298a9
parent467c873e495ca9246f2cd52024672f3aece7d7d9 (diff)
downloadcpython-ed0d91bafa0de848aa2fcbabbe1b9ef9752748cc.zip
cpython-ed0d91bafa0de848aa2fcbabbe1b9ef9752748cc.tar.gz
cpython-ed0d91bafa0de848aa2fcbabbe1b9ef9752748cc.tar.bz2
Fix 404 link to the pyporting mailing list (GH-27320) (GH-27601)
Co-authored-by: Mariatta Wijaya <Mariatta@users.noreply.github.com> Co-authored-by: Ɓukasz Langa <lukasz@langa.pl> (cherry picked from commit 977d99d1cca6ddd87fe6f218bca46e7ef105bd72) Co-authored-by: Rohit Nishad <47008599+rohitnishad613@users.noreply.github.com>
-rw-r--r--Doc/howto/pyporting.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/Doc/howto/pyporting.rst b/Doc/howto/pyporting.rst
index 1543823..abcc342 100644
--- a/Doc/howto/pyporting.rst
+++ b/Doc/howto/pyporting.rst
@@ -20,8 +20,8 @@ Porting Python 2 Code to Python 3
came into existence, you can read Nick Coghlan's `Python 3 Q & A`_ or
Brett Cannon's `Why Python 3 exists`_.
- For help with porting, you can email the python-porting_ mailing list with
- questions.
+
+ For help with porting, you can view the archived python-porting_ mailing list.
The Short Explanation
=====================
@@ -446,7 +446,7 @@ to make sure everything functions as expected in both versions of Python.
.. _pytype: https://github.com/google/pytype
.. _python-future: http://python-future.org/
-.. _python-porting: https://mail.python.org/mailman/listinfo/python-porting
+.. _python-porting: https://mail.python.org/pipermail/python-porting/
.. _six: https://pypi.org/project/six
.. _tox: https://pypi.org/project/tox
.. _trove classifier: https://pypi.org/classifiers