Skip to content

Commit fb1b51a

Browse files
authored
pythongh-123892: Add "_wmi" to sys.stdlib_module_names (python#123893)
1 parent b52de7e commit fb1b51a

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Add ``"_wmi"`` to :data:`sys.stdlib_module_names`. Patch by Victor Stinner.

Python/stdlib_module_names.h

+1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Tools/build/check_extension_modules.py

+1
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@
5454
"_overlapped",
5555
"_testconsole",
5656
"_winapi",
57+
"_wmi",
5758
"msvcrt",
5859
"nt",
5960
"winreg",

0 commit comments

Comments
 (0)