commit | b0898f4aa90d9397e23aef98a2d6b82445ee7455 | [log] [tgz] |
---|---|---|
author | Victor Stinner <vstinner@python.org> | Sun Jan 23 04:03:43 2022 +0100 |
committer | GitHub <noreply@github.com> | Sun Jan 23 04:03:43 2022 +0100 |
tree | 560d6e8e1e438c2b1debf19880f119f9afd79494 | |
parent | 7ad52d174a12951d260aecfcdfe0fcfd2437a66b [diff] |
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.