diff options
author | Victor Stinner <vstinner@python.org> | 2023-05-25 16:25:27 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-05-25 16:25:27 +0200 |
commit | dbc8216f4c00ea40b0c2d3ca487e5afeb4b0e0b1 (patch) | |
tree | 87054aa8f6853402fadad273a071839e88aaeced /Python/stdlib_module_names.h | |
parent | e4127eaa1ea9104be0a1d9d9e147d50ba88f59aa (diff) | |
download | cpython-dbc8216f4c00ea40b0c2d3ca487e5afeb4b0e0b1.tar.gz cpython-dbc8216f4c00ea40b0c2d3ca487e5afeb4b0e0b1.zip |
gh-104773: PEP 594: Remove the uu module (#104932)
Doc/license.rst: Keep the UUencode and UUdecode license since it's
also used by the uu codec.
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 00742b39a32..db574febd20 100644 --- a/Python/stdlib_module_names.h +++ b/Python/stdlib_module_names.h @@ -268,7 +268,6 @@ static const char* _Py_stdlib_module_names[] = { "unicodedata", "unittest", "urllib", -"uu", "uuid", "venv", "warnings", |