- Python Home
- About
- News
- Documentation
- Downloads
- Community
- Foundation
- Developer's Guide
- Issue Tracker
- Issues
- Summaries
- User
- Administration
- Help
Message411764
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 | steve.dower |
|---|---|
| Recipients | eryksun, lemburg, miss-islington, paul.moore, sahsariga111, steve.dower, tim.golden, zach.ware |
| Date | 2022-01-26.15:57:29 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <d53a167f-2da4-67c6-3237-806f33ea31f0@python.org> |
| In-reply-to | <1643212075.95.0.367968558193.issue45382@roundup.psfhosted.org> |
| Content | |
|---|---|
>> AFAIK, the Win32_OperatingSystem caption is always ASCII. > > I think I was wrong here. The "Caption" field is localized, so the wmic.exe OEM encoded output to a pipe isn't reliable. Correct. And while "Windows" itself is never translated, the caption may include terms that are translated (e.g., IIRC, the extra names for point-of-sales versions). |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022-01-26 15:57:29 | steve.dower | set | recipients: + steve.dower, lemburg, paul.moore, tim.golden, zach.ware, eryksun, miss-islington, sahsariga111 |
| 2022-01-26 15:57:29 | steve.dower | link | issue45382 messages |
| 2022-01-26 15:57:29 | steve.dower | create | |

