diff options
author | Victor Stinner <vstinner@python.org> | 2023-05-24 16:16:55 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-05-24 14:16:55 +0000 |
commit | 9d457e115447b2079a1f66950d3c76cb77febf38 (patch) | |
tree | 086555a9ff54a99d365c0f0f22f3d6a9dc4a485f /Python/stdlib_module_names.h | |
parent | bbc5e5c7d707cd316d424eeb70b8ed1f792209af (diff) | |
download | cpython-9d457e115447b2079a1f66950d3c76cb77febf38.tar.gz cpython-9d457e115447b2079a1f66950d3c76cb77febf38.zip |
gh-104773: PEP 594: Remove the mailcap module (#104867)
Remove Lib/test/mailcap.txt test file.
Diffstat (limited to 'Python/stdlib_module_names.h')
-rw-r--r-- | Python/stdlib_module_names.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Python/stdlib_module_names.h b/Python/stdlib_module_names.h index 37d5c05579e..7aaa4f4ccdb 100644 --- a/Python/stdlib_module_names.h +++ b/Python/stdlib_module_names.h @@ -175,7 +175,6 @@ static const char* _Py_stdlib_module_names[] = { "logging", "lzma", "mailbox", -"mailcap", "marshal", "math", "mimetypes", |