https://github.com/python/cpython/commit/6fb191be15fd49da10506de29b6393ffdf59b894
commit: 6fb191be15fd49da10506de29b6393ffdf59b894
branch: main
author: Awbert <[email protected]>
committer: hugovk <[email protected]>
date: 2024-05-30T18:51:22+03:00
summary:

gh-119779: Fix pyporting howto docs (#119785)

files:
M Doc/howto/pyporting.rst

diff --git a/Doc/howto/pyporting.rst b/Doc/howto/pyporting.rst
index d560364107bd12..9f73c811cfcbc0 100644
--- a/Doc/howto/pyporting.rst
+++ b/Doc/howto/pyporting.rst
@@ -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

_______________________________________________
Python-checkins mailing list -- [email protected]
To unsubscribe send an email to [email protected]
https://mail.python.org/mailman3/lists/python-checkins.python.org/
Member address: [email protected]

Reply via email to