mirror of https://github.com/python/cpython
[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>
This commit is contained in:
parent
f49749cf8f
commit
317cc3bcd2
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue