From: Awbert <119314310+SweetyAngel@users.noreply.github.com> Date: Thu, 30 May 2024 15:51:22 +0000 (+0300) Subject: gh-119779: Fix pyporting howto docs (#119785) X-Git-Tag: v3.14.0a1~1699 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=6fb191be15fd49da10506de29b6393ffdf59b894;p=thirdparty%2FPython%2Fcpython.git gh-119779: Fix pyporting howto docs (#119785) --- diff --git a/Doc/howto/pyporting.rst b/Doc/howto/pyporting.rst index d560364107bd..9f73c811cfcb 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 `_. +`archive `_. Third-party guides