summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>2024-05-25 14:29:47 (GMT)
committerGitHub <noreply@github.com>2024-05-25 14:29:47 (GMT)
commit317cc3bcd27cabb2a1c3683f5b4c6f9738de2ec3 (patch)
tree129cb760b95f6feb068c3dc0ab81df88cbdae53f /Doc
parentf49749cf8f61db0182304c00d6a4ee1b5e361766 (diff)
downloadcpython-317cc3bcd27cabb2a1c3683f5b4c6f9738de2ec3.zip
cpython-317cc3bcd27cabb2a1c3683f5b4c6f9738de2ec3.tar.gz
cpython-317cc3bcd27cabb2a1c3683f5b4c6f9738de2ec3.tar.bz2
[3.13] FAQ: Add reference to Python version numbering scheme (GH-119225) (#119544)
Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
Diffstat (limited to 'Doc')
-rw-r--r--Doc/faq/general.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/faq/general.rst b/Doc/faq/general.rst
index ec7c289..eb859c5 100644
--- a/Doc/faq/general.rst
+++ b/Doc/faq/general.rst
@@ -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.