We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
sys.winver
1 parent b594f25 commit e8097d4Copy full SHA for e8097d4
Doc/library/sys.rst
@@ -1805,7 +1805,7 @@ always available.
1805
1806
The version number used to form registry keys on Windows platforms. This is
1807
stored as string resource 1000 in the Python DLL. The value is normally the
1808
- 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`
1809
module for informational purposes; modifying this value has no effect on the
1810
registry keys used by Python.
1811
0 commit comments