diff options
author | Steve Dower <steve.dower@python.org> | 2022-09-07 20:09:20 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-09-07 20:09:20 (GMT) |
commit | de33df27aaf930be6a34027c530a651f0b4c91f5 (patch) | |
tree | 789d8df85c96cdf28c36a3e89f65d96d49949bc5 /Misc | |
parent | 4114bcc9ef7595a07196bcecf9c7d6d39f57f64d (diff) | |
download | cpython-de33df27aaf930be6a34027c530a651f0b4c91f5.zip cpython-de33df27aaf930be6a34027c530a651f0b4c91f5.tar.gz cpython-de33df27aaf930be6a34027c530a651f0b4c91f5.tar.bz2 |
gh-89545: Updates platform module to use new internal _wmi module on Windows to directly query OS properties (GH-96289)
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Windows/2022-08-26-00-11-18.gh-issue-89545.zmJMY_.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Windows/2022-08-26-00-11-18.gh-issue-89545.zmJMY_.rst b/Misc/NEWS.d/next/Windows/2022-08-26-00-11-18.gh-issue-89545.zmJMY_.rst new file mode 100644 index 0000000..eeedbf9 --- /dev/null +++ b/Misc/NEWS.d/next/Windows/2022-08-26-00-11-18.gh-issue-89545.zmJMY_.rst @@ -0,0 +1 @@ +Updates :mod:`platform` code getting the Windows version to use native Windows Management Instrumentation (WMI) queries to determine OS version, type, and architecture. |