8000 GH-100894: Updated the doc for `sys.winver` to clarify its usual cont… · python/cpython@e44120a · GitHub
[go: up one dir, main page]

Skip to content

Commit e44120a

Browse files
GH-100894: Updated the doc for sys.winver to clarify its usual contents (GH-100913)
(cherry picked from commit d9dff4c) Co-authored-by: ram vikram singh <ramvikrams243@gmail.com>
1 parent a3b6577 commit e44120a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/sys.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1750,7 +1750,7 @@ always available.
17501750

17511751
The version number used to form registry keys on Windows platforms. This is
17521752
stored as string resource 1000 in the Python DLL. The value is normally the
1753-
first three characters of :const:`version`. It is provided in the :mod:`sys`
1753+
major and minor versions of the running Python interpreter. It is provided in the :mod:`sys`
17541754
module for informational purposes; modifying this value has no effect on the
17551755
registry keys used by Python.
17561756

0 commit comments

Comments
 (0)
0