mirror of
https://github.com/python/cpython.git
synced 2025-08-27 12:16:04 +00:00
gh-123892: Add "_wmi" to sys.stdlib_module_names (#123893)
This commit is contained in:
parent
b52de7e02d
commit
fb1b51a58d
3 changed files with 3 additions and 0 deletions
|
@ -54,6 +54,7 @@ WINDOWS_MODULES = {
|
|||
"_overlapped",
|
||||
"_testconsole",
|
||||
"_winapi",
|
||||
"_wmi",
|
||||
"msvcrt",
|
||||
"nt",
|
||||
"winreg",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue