diff options
| author | Zachary Ware <zach@python.org> | 2023-05-25 01:06:00 (GMT) |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-05-25 01:06:00 (GMT) |
| commit | 98c4333e88131fe128494f7474ad12b8b62922b2 (patch) | |
| tree | 19d79b2736957b7b0ef06ab48eee3e5e738b00d3 /Python/stdlib_module_names.h | |
| parent | 41768a2bd3a8f57e6ce4e4ae9cab083b69817ec1 (diff) | |
| download | cpython-98c4333e88131fe128494f7474ad12b8b62922b2.zip cpython-98c4333e88131fe128494f7474ad12b8b62922b2.tar.gz cpython-98c4333e88131fe128494f7474ad12b8b62922b2.tar.bz2 | |
gh-104773: Remove the msilib package (GH-104911)
Diffstat (limited to 'Python/stdlib_module_names.h')
| -rw-r--r-- | Python/stdlib_module_names.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Python/stdlib_module_names.h b/Python/stdlib_module_names.h index 6454db6..f2d3ecb 100644 --- a/Python/stdlib_module_names.h +++ b/Python/stdlib_module_names.h @@ -45,7 +45,6 @@ static const char* _Py_stdlib_module_names[] = { "_lzma", "_markupbase", "_md5", -"_msi", "_multibytecodec", "_multiprocessing", "_opcode", @@ -180,7 +179,6 @@ static const char* _Py_stdlib_module_names[] = { "mimetypes", "mmap", "modulefinder", -"msilib", "msvcrt", "multiprocessing", "netrc", |
