]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
gh-119779: Fix pyporting howto docs (#119785)
authorAwbert <119314310+SweetyAngel@users.noreply.github.com>
Thu, 30 May 2024 15:51:22 +0000 (18:51 +0300)
committerGitHub <noreply@github.com>
Thu, 30 May 2024 15:51:22 +0000 (18:51 +0300)
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