From: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> Date: Thu, 30 May 2024 15:57:36 +0000 (+0200) Subject: [3.12] gh-119779: Fix pyporting howto docs (GH-119785) (#119789) X-Git-Tag: v3.12.4~35 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=863da7291c9f912aa951955e2bf06b9965accd75;p=thirdparty%2FPython%2Fcpython.git [3.12] gh-119779: Fix pyporting howto docs (GH-119785) (#119789) gh-119779: Fix pyporting howto docs (GH-119785) (cherry picked from commit 6fb191be15fd49da10506de29b6393ffdf59b894) Co-authored-by: Awbert <119314310+SweetyAngel@users.noreply.github.com> --- 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