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.
This commit is contained in:
Victor Stinner 2023-05-25 16:25:27 +02:00 committed by GitHub
parent e4127eaa1e
commit dbc8216f4c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
14 changed files with 12 additions and 589 deletions

View file

@ -268,7 +268,6 @@ static const char* _Py_stdlib_module_names[] = {
"unicodedata",
"unittest",
"urllib",
"uu",
"uuid",
"venv",
"warnings",