Skip to content
Snippets Groups Projects
Unverified Commit 326f6ed0 authored by Miss Islington (bot)'s avatar Miss Islington (bot) Committed by GitHub
Browse files

gh-92047: Py_GetVersion multi-digit minor version (GH-92047) (GH-92048) (#92329)


(cherry picked from commit 43b135f9)

Co-authored-by: default avatarRobert Howlett <robert@howletts.org.uk>

Co-authored-by: default avatarRobert Howlett <robert@howletts.org.uk>
parent 25352d7a
Branches
Tags
No related merge requests found
...@@ -498,7 +498,7 @@ Process-wide parameters ...@@ -498,7 +498,7 @@ Process-wide parameters
.. index:: single: version (in module sys) .. index:: single: version (in module sys)
The first word (up to the first space character) is the current Python version; The first word (up to the first space character) is the current Python version;
the first three characters are the major and minor version separated by a the first characters are the major and minor version separated by a
period. The returned string points into static storage; the caller should not period. The returned string points into static storage; the caller should not
modify its value. The value is available to Python code as :data:`sys.version`. modify its value. The value is available to Python code as :data:`sys.version`.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment