bpo-45382: test.pythoninfo logs more Windows versions by vstinner · Pull Request #30817 · python/cpython

@vstinner vstinner changed the title bpo-45382: test.pythoninfo logs Windows "ver" command bpo-45382: test.pythoninfo logs more Windows versions

Jan 23, 2022

@vstinner

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.

@vstinner

@aeros aeros mentioned this pull request

Oct 3, 2023