mirror of
https://github.com/python/cpython.git
synced 2025-07-24 11:44:31 +00:00
gh-92047: Py_GetVersion multi-digit minor version (GH-92047) (#92048)
This commit is contained in:
parent
08b562a5df
commit
43b135f94e
1 changed files with 1 additions and 1 deletions
|
@ -549,7 +549,7 @@ Process-wide parameters
|
|||
.. index:: single: version (in module sys)
|
||||
|
||||
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
|
||||
modify its value. The value is available to Python code as :data:`sys.version`.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue