mirror of
https://github.com/python/cpython.git
synced 2025-07-07 19:35:27 +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
1
Python/stdlib_module_names.h
generated
1
Python/stdlib_module_names.h
generated
|
@ -97,6 +97,7 @@ static const char* _Py_stdlib_module_names[] = {
|
|||
"_weakref",
|
||||
"_weakrefset",
|
||||
"_winapi",
|
||||
"_wmi",
|
||||
"_zoneinfo",
|
||||
"abc",
|
||||
"annotationlib",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue