summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next
diff options
context:
space:
mode:
authorVictor Stinner <vstinner@python.org>2024-09-10 09:54:17 (GMT)
committerGitHub <noreply@github.com>2024-09-10 09:54:17 (GMT)
commitfb1b51a58df4315f7ef3171a5abeb74f132b0971 (patch)
tree7b76c8a46863c310f18a18b7b4802f710313e9ae /Misc/NEWS.d/next
parentb52de7e02dba9e1f176d6d978d782fbd0509311e (diff)
downloadcpython-fb1b51a58df4315f7ef3171a5abeb74f132b0971.zip
cpython-fb1b51a58df4315f7ef3171a5abeb74f132b0971.tar.gz
cpython-fb1b51a58df4315f7ef3171a5abeb74f132b0971.tar.bz2
gh-123892: Add "_wmi" to sys.stdlib_module_names (#123893)
Diffstat (limited to 'Misc/NEWS.d/next')
-rw-r--r--Misc/NEWS.d/next/Library/2024-09-10-11-26-14.gh-issue-123892.2gzIrz.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2024-09-10-11-26-14.gh-issue-123892.2gzIrz.rst b/Misc/NEWS.d/next/Library/2024-09-10-11-26-14.gh-issue-123892.2gzIrz.rst
new file mode 100644
index 0000000..bef5344
--- /dev/null
+++ b/Misc/NEWS.d/next/Library/2024-09-10-11-26-14.gh-issue-123892.2gzIrz.rst
@@ -0,0 +1 @@
+Add ``"_wmi"`` to :data:`sys.stdlib_module_names`. Patch by Victor Stinner.