We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
sys.winver
1 parent 02a72f0 commit d9dff4cCopy full SHA for d9dff4c
Doc/library/sys.rst
@@ -1843,7 +1843,7 @@ always available.
1843
1844
The version number used to form registry keys on Windows platforms. This is
1845
stored as string resource 1000 in the Python DLL. The value is normally the
1846
- 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`
1847
module for informational purposes; modifying this value has no effect on the
1848
registry keys used by Python.
1849
0 commit comments