We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
sys.winver
1 parent a3b6577 commit e44120aCopy full SHA for e44120a
Doc/library/sys.rst
@@ -1750,7 +1750,7 @@ always available.
1750
1751
The version number used to form registry keys on Windows platforms. This is
1752
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`
+ major and minor versions of the running Python interpreter. It is provided in the :mod:`sys`
1754
module for informational purposes; modifying this value has no effect on the
1755
registry keys used by Python.
1756
0 commit comments