]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-45382: test.pythoninfo logs more Windows versions (GH-30817)
authorVictor Stinner <vstinner@python.org>
Sun, 23 Jan 2022 03:03:43 +0000 (04:03 +0100)
committerGitHub <noreply@github.com>
Sun, 23 Jan 2022 03:03:43 +0000 (04:03 +0100)
commitb0898f4aa90d9397e23aef98a2d6b82445ee7455
tree560d6e8e1e438c2b1debf19880f119f9afd79494
parent7ad52d174a12951d260aecfcdfe0fcfd2437a66b
bpo-45382: test.pythoninfo logs more Windows versions (GH-30817)

Add the following info to test.pythoninfo:

* windows.ver: output of the shell "ver" command
* windows.version and windows.version_caption: output of the
  "wmic os get Caption,Version /value" command.
Lib/test/pythoninfo.py