Skip to content

Commit 770be3a

Browse files
Fix 404 link to the pyporting mailing list (GH-27320)
Co-authored-by: Mariatta Wijaya <[email protected]> Co-authored-by: Łukasz Langa <[email protected]> (cherry picked from commit 977d99d) Co-authored-by: Rohit Nishad <[email protected]>
1 parent f4b3217 commit 770be3a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Doc/howto/pyporting.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ Porting Python 2 Code to Python 3
2020
came into existence, you can read Nick Coghlan's `Python 3 Q & A`_ or
2121
Brett Cannon's `Why Python 3 exists`_.
2222

23-
For help with porting, you can email the python-porting_ mailing list with
24-
questions.
23+
24+
For help with porting, you can view the archived python-porting_ mailing list.
2525

2626
The Short Explanation
2727
=====================
@@ -446,7 +446,7 @@ to make sure everything functions as expected in both versions of Python.
446446

447447
.. _pytype: https://github.com/google/pytype
448448
.. _python-future: http://python-future.org/
449-
.. _python-porting: https://mail.python.org/mailman/listinfo/python-porting
449+
.. _python-porting: https://mail.python.org/pipermail/python-porting/
450450
.. _six: https://pypi.org/project/six
451451
.. _tox: https://pypi.org/project/tox
452452
.. _trove classifier: https://pypi.org/classifiers

0 commit comments

Comments
 (0)