aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>2024-05-30 17:57:36 +0200
committerGitHub <noreply@github.com>2024-05-30 15:57:36 +0000
commit863da7291c9f912aa951955e2bf06b9965accd75 (patch)
tree2e1fe80961f4fa280cc53d40d710da7b8e898ed4
parentgh-119690: Adds Unicode support for named pipes in _winapi (GH-119717) (diff)
downloadcpython-863da7291c9f912aa951955e2bf06b9965accd75.tar.gz
cpython-863da7291c9f912aa951955e2bf06b9965accd75.tar.bz2
cpython-863da7291c9f912aa951955e2bf06b9965accd75.zip
[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>
-rw-r--r--Doc/howto/pyporting.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/howto/pyporting.rst b/Doc/howto/pyporting.rst
index d560364107b..9f73c811cfc 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