[Python-checkins] Fix 404 link to the pyporting mailing list (GH-27320)

ambv webhook-mailer at python.org
Wed Aug 4 14:54:06 EDT 2021


https://github.com/python/cpython/commit/977d99d1cca6ddd87fe6f218bca46e7ef105bd72
commit: 977d99d1cca6ddd87fe6f218bca46e7ef105bd72
branch: main
author: Rohit Nishad <47008599+rohitnishad613 at users.noreply.github.com>
committer: ambv <lukasz at langa.pl>
date: 2021-08-04T20:53:58+02:00
summary:

Fix 404 link to the pyporting mailing list (GH-27320)

Co-authored-by: Mariatta Wijaya <Mariatta at users.noreply.github.com>
Co-authored-by: Łukasz Langa <lukasz at langa.pl>

files:
M Doc/howto/pyporting.rst

diff --git a/Doc/howto/pyporting.rst b/Doc/howto/pyporting.rst
index 1543823c104c28..abcc34287e3d29 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



More information about the Python-checkins mailing list