]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
FAQ: Add reference to Python version numbering scheme (#119225)
authorHugo van Kemenade <1324225+hugovk@users.noreply.github.com>
Sat, 25 May 2024 14:13:17 +0000 (17:13 +0300)
committerGitHub <noreply@github.com>
Sat, 25 May 2024 14:13:17 +0000 (08:13 -0600)
Doc/faq/general.rst

index ec7c289759499905a234bafc6a9af41fdc3506a9..eb859c5d5992dad76440b85da02c609ac4858dee 100644 (file)
@@ -122,6 +122,8 @@ available.  Consult `the Python Package Index <https://pypi.org>`_ 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.