8000 FAQ: Add reference to Python version numbering scheme by hugovk · Pull Request #119225 · python/cpython · GitHub
[go: up one dir, main page]

Skip to content

FAQ: Add reference to Python version numbering scheme #119225

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
May 25, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
FAQ: Add reference to Python version numbering scheme
  • Loading branch information
hugovk committed May 20, 2024
commit a3395013c5b5999ab2775dde7c02dcbe6a5a6a76
2 changes: 2 additions & 0 deletions Doc/faq/general.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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?
--------------------------------------------------

Expand Down
0