]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[3.12] gh-119779: Fix pyporting howto docs (GH-119785) (#119789)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Thu, 30 May 2024 15:57:36 +0000 (17:57 +0200)
committerGitHub <noreply@github.com>
Thu, 30 May 2024 15:57:36 +0000 (15:57 +0000)
gh-119779: Fix pyporting howto docs (GH-119785)
(cherry picked from commit 6fb191be15fd49da10506de29b6393ffdf59b894)

Co-authored-by: Awbert <119314310+SweetyAngel@users.noreply.github.com>
Doc/howto/pyporting.rst

index d560364107bd12521c7eeeab6216d840639e3cd7..9f73c811cfcbc0d06ee8db386492c308bc244686 100644 (file)
@@ -18,9 +18,9 @@ please see :ref:`cporting-howto`.
 
 The archived python-porting_ mailing list may contain some useful guidance.
 
-Since Python 3.13 the original porting guide was discontinued.
+Since Python 3.11 the original porting guide was discontinued.
 You can find the old guide in the
-`archive <https://docs.python.org/3.12/howto/pyporting.html>`_.
+`archive <https://docs.python.org/3.10/howto/pyporting.html>`_.
 
 
 Third-party guides