From: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com> Date: Sat, 25 May 2024 14:13:17 +0000 (+0300) Subject: FAQ: Add reference to Python version numbering scheme (#119225) X-Git-Tag: v3.14.0a1~1771 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a531fd7fdb45d13825cb0c38d97fd38246cf9634;p=thirdparty%2FPython%2Fcpython.git FAQ: Add reference to Python version numbering scheme (#119225) --- diff --git a/Doc/faq/general.rst b/Doc/faq/general.rst index ec7c28975949..eb859c5d5992 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? -------------------------------------------------- @@ -183,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.