This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author vstinner
Recipients eryksun, lemburg, paul.moore, sahsariga111, steve.dower, tim.golden, vstinner, zach.ware
Date 2022-01-25.18:27:13
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1643135233.42.0.0441683402558.issue45382@roundup.psfhosted.org>
In-reply-to
Content
> When writing to a pipe, wmic.exe hard codes using the process OEM code page (i.e. CP_OEMCP). If it matters, running wmic.exe with subprocess should use encoding='oem' instead of text=True.

Oh ok, I wrote PR 30890 to fix the wmic.exe encoding.

I would prefer to avoid a named temporary file if possible, until it's really needed.

I'm only aware of the Fedora operating system which made fun of non-ASCII users once with "Fedora release 19 (Schrödinger's Cat)": https://lwn.net/Articles/545741/
History
Date User Action Args
2022-01-25 18:27:13vstinnersetrecipients: + vstinner, lemburg, paul.moore, tim.golden, zach.ware, eryksun, steve.dower, sahsariga111
2022-01-25 18:27:13vstinnersetmessageid: <1643135233.42.0.0441683402558.issue45382@roundup.psfhosted.org>
2022-01-25 18:27:13vstinnerlinkissue45382 messages
2022-01-25 18:27:13vstinnercreate