mirror of
https://github.com/python/cpython.git
synced 2025-07-19 09:15:34 +00:00
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:
parent
e4127eaa1e
commit
dbc8216f4c
14 changed files with 12 additions and 589 deletions
1
Python/stdlib_module_names.h
generated
1
Python/stdlib_module_names.h
generated
|
@ -268,7 +268,6 @@ static const char* _Py_stdlib_module_names[] = {
|
|||
"unicodedata",
|
||||
"unittest",
|
||||
"urllib",
|
||||
"uu",
|
||||
"uuid",
|
||||
"venv",
|
||||
"warnings",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue