mirror of
https://github.com/python/cpython.git
synced 2026-01-04 22:42:14 +00:00
GH-100894: Updated the doc for sys.winver to clarify its usual contents (GH-100913)
(cherry picked from commit d9dff4c8b5)
Co-authored-by: ram vikram singh <ramvikrams243@gmail.com>
This commit is contained in:
parent
a3b65770a0
commit
e44120a286
1 changed files with 1 additions and 1 deletions
|
|
@ -1750,7 +1750,7 @@ always available.
|
|||
|
||||
The version number used to form registry keys on Windows platforms. This is
|
||||
stored as string resource 1000 in the Python DLL. The value is normally the
|
||||
first three characters of :const:`version`. It is provided in the :mod:`sys`
|
||||
major and minor versions of the running Python interpreter. It is provided in the :mod:`sys`
|
||||
module for informational purposes; modifying this value has no effect on the
|
||||
registry keys used by Python.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue