diff options
author | Hugo van Kemenade <1324225+hugovk@users.noreply.github.com> | 2024-05-25 14:13:17 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-05-25 14:13:17 (GMT) |
commit | a531fd7fdb45d13825cb0c38d97fd38246cf9634 (patch) | |
tree | 24f87b273cac0c8c7ce06eca0ba6aeeecb85865c | |
parent | 08e65430aafa1047029e6f132a5f748c415bda14 (diff) | |
download | cpython-a531fd7fdb45d13825cb0c38d97fd38246cf9634.zip cpython-a531fd7fdb45d13825cb0c38d97fd38246cf9634.tar.gz cpython-a531fd7fdb45d13825cb0c38d97fd38246cf9634.tar.bz2 |
FAQ: Add reference to Python version numbering scheme (#119225)
-rw-r--r-- | Doc/faq/general.rst | 4 |
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. |