From e43715b5f99624cd633e5ebabd9b53e20c47f998 Mon Sep 17 00:00:00 2001 From: Rohit Nishad <47008599+rohitnishad613@users.noreply.github.com> Date: Sat, 24 Jul 2021 04:03:40 -0400 Subject: [PATCH 1/4] Remove 404 Page link https://mail.python.org/mailman/listinfo/python-porting this link is broken and return 404 error. So i just removed it. Also, this page is about proting code so i linked out to my own python converter tool. (Its not a paid tool) --- Doc/howto/pyporting.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Doc/howto/pyporting.rst b/Doc/howto/pyporting.rst index 1543823c104c289..98c0b22b0ff694e 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 use this python-converter-tool_. 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-converter-tool: https://360techexplorer.com/tools/python-2-to-3-converter/ .. _six: https://pypi.org/project/six .. _tox: https://pypi.org/project/tox .. _trove classifier: https://pypi.org/classifiers From c823aa802c780b1289325d985bef4e30592b020a Mon Sep 17 00:00:00 2001 From: Rohit Nishad <47008599+rohitnishad613@users.noreply.github.com> Date: Thu, 29 Jul 2021 09:08:11 +0530 Subject: [PATCH 2/4] Replacing Python archived mailing Co-authored-by: Mariatta Wijaya --- Doc/howto/pyporting.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/howto/pyporting.rst b/Doc/howto/pyporting.rst index 98c0b22b0ff694e..2d96e59f3a28164 100644 --- a/Doc/howto/pyporting.rst +++ b/Doc/howto/pyporting.rst @@ -21,7 +21,7 @@ Porting Python 2 Code to Python 3 Brett Cannon's `Why Python 3 exists`_. - For help with porting, you can use this python-converter-tool_. + For help with porting, you can view the archived python-porting_ mailing list. The Short Explanation ===================== From 4cb2d8fedc6afac47f6084de5544bea65196716e Mon Sep 17 00:00:00 2001 From: Rohit Nishad <47008599+rohitnishad613@users.noreply.github.com> Date: Thu, 29 Jul 2021 09:08:22 +0530 Subject: [PATCH 3/4] Replacing Python archived mailing Co-authored-by: Mariatta Wijaya --- Doc/howto/pyporting.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/howto/pyporting.rst b/Doc/howto/pyporting.rst index 2d96e59f3a28164..a4a6e0e993b78d4 100644 --- a/Doc/howto/pyporting.rst +++ b/Doc/howto/pyporting.rst @@ -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-converter-tool: https://360techexplorer.com/tools/python-2-to-3-converter/ +.. _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 From 836710e222448393bc1e5e01d7e157df4e231179 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Langa?= Date: Wed, 4 Aug 2021 20:26:10 +0200 Subject: [PATCH 4/4] Fix spurious whitespace --- Doc/howto/pyporting.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/howto/pyporting.rst b/Doc/howto/pyporting.rst index a4a6e0e993b78d4..abcc34287e3d297 100644 --- a/Doc/howto/pyporting.rst +++ b/Doc/howto/pyporting.rst @@ -20,7 +20,7 @@ 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 view the archived python-porting_ mailing list. The Short Explanation