Skip to content

[3.9] [3.10] bpo-45382: test.pythoninfo logs more Windows versions (GH-30891) #30894

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Mar 16, 2022

Conversation

miss-islington
Copy link
Contributor

@miss-islington miss-islington commented Jan 25, 2022

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.

(cherry picked from commit b0898f4)

(cherry picked from commit cef0a54)
(cherry picked from commit 4a57fa2)

Co-authored-by: Victor Stinner [email protected]

https://bugs.python.org/issue45382

…H-30891)

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.

(cherry picked from commit b0898f4)

* bpo-45382: test.pythoninfo: set wmic.exe encoding to OEM (pythonGH-30890)

(cherry picked from commit cef0a54)
(cherry picked from commit 4a57fa2)

Co-authored-by: Victor Stinner <[email protected]>
@miss-islington
Copy link
Contributor Author

@vstinner: Status check is done, and it's a failure ❌ .

@miss-islington
Copy link
Contributor Author

@vstinner: Status check is done, and it's a failure ❌ .

@ambv ambv merged commit 0b0609d into python:3.9 Mar 16, 2022
@miss-islington miss-islington deleted the backport-4a57fa2-3.9 branch March 16, 2022 10:13
@vstinner
Copy link
Member

Oh. I always expect bots to be reliable and I tend to forget about the bots hiccups. Thanks @ambv for merging my old backport!

hello-adam pushed a commit to hello-adam/cpython that referenced this pull request Jun 2, 2022
…H-30891) (pythonGH-30894)

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.

(cherry picked from commit b0898f4)

* bpo-45382: test.pythoninfo: set wmic.exe encoding to OEM (pythonGH-30890)

(cherry picked from commit cef0a54)
(cherry picked from commit 4a57fa2)

Co-authored-by: Victor Stinner <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants