From a3395013c5b5999ab2775dde7c02dcbe6a5a6a76 Mon Sep 17 00:00:00 2001 From: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com> Date: Mon, 20 May 2024 11:50:44 -0400 Subject: [PATCH 1/2] FAQ: Add reference to Python version numbering scheme --- Doc/faq/general.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Doc/faq/general.rst b/Doc/faq/general.rst index ec7c2897594999..5a256098bc6def 100644 --- a/Doc/faq/general.rst +++ b/Doc/faq/general.rst @@ -122,6 +122,8 @@ available. Consult `the Python Package Index `_ to find packages of interest to you. +.. _faq-version-numbering-scheme: + How does the Python version numbering scheme work? -------------------------------------------------- From 41607e472b4c0063e3d7b6b68e919e00cd93efad Mon Sep 17 00:00:00 2001 From: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com> Date: Mon, 20 May 2024 11:50:57 -0400 Subject: [PATCH 2/2] Remove outdated TODO --- Doc/faq/general.rst | 2 -- 1 file changed, 2 deletions(-) diff --git a/Doc/faq/general.rst b/Doc/faq/general.rst index 5a256098bc6def..eb859c5d5992da 100644 --- a/Doc/faq/general.rst +++ b/Doc/faq/general.rst @@ -185,8 +185,6 @@ information on getting the source code and compiling it. How do I get documentation on Python? ------------------------------------- -.. XXX mention py3k - The standard documentation for the current stable version of Python is available at https://docs.python.org/3/. PDF, plain text, and downloadable HTML versions are also available at https://docs.python.org/3/download.html.