mirror of
https://github.com/python/cpython.git
synced 2025-10-03 13:45:29 +00:00
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 977d99d1cc
)
Co-authored-by: Rohit Nishad <47008599+rohitnishad613@users.noreply.github.com>
This commit is contained in:
parent
467c873e49
commit
ed0d91bafa
1 changed files with 3 additions and 3 deletions
|
@ -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
|
came into existence, you can read Nick Coghlan's `Python 3 Q & A`_ or
|
||||||
Brett Cannon's `Why Python 3 exists`_.
|
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
|
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
|
.. _pytype: https://github.com/google/pytype
|
||||||
.. _python-future: http://python-future.org/
|
.. _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
|
.. _six: https://pypi.org/project/six
|
||||||
.. _tox: https://pypi.org/project/tox
|
.. _tox: https://pypi.org/project/tox
|
||||||
.. _trove classifier: https://pypi.org/classifiers
|
.. _trove classifier: https://pypi.org/classifiers
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue