mirror of
https://github.com/python/cpython.git
synced 2025-07-12 13:55:34 +00:00
Revert "bpo-28533: Remove asyncore, asynchat, smtpd modules (GH-29521)" (GH-29951)
This reverts commit 9bf2cbc4c4
.
This commit is contained in:
parent
2bf551757e
commit
cf7eaa4617
28 changed files with 3228 additions and 34 deletions
|
@ -96,7 +96,9 @@ static const char* _Py_stdlib_module_names[] = {
|
|||
"argparse",
|
||||
"array",
|
||||
"ast",
|
||||
"asynchat",
|
||||
"asyncio",
|
||||
"asyncore",
|
||||
"atexit",
|
||||
"audioop",
|
||||
"base64",
|
||||
|
@ -240,6 +242,7 @@ static const char* _Py_stdlib_module_names[] = {
|
|||
"shutil",
|
||||
"signal",
|
||||
"site",
|
||||
"smtpd",
|
||||
"smtplib",
|
||||
"sndhdr",
|
||||
"socket",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue