gh-72719: Remove asyncore and asynchat modules (#96580)
Remove modules asyncore and asynchat, which were deprecated by PEP 594. Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com>
This commit is contained in:
2
Python/stdlib_module_names.h
generated
2
Python/stdlib_module_names.h
generated
@@ -96,9 +96,7 @@ static const char* _Py_stdlib_module_names[] = {
|
||||
"argparse",
|
||||
"array",
|
||||
"ast",
|
||||
"asynchat",
|
||||
"asyncio",
|
||||
"asyncore",
|
||||
"atexit",
|
||||
"audioop",
|
||||
"base64",
|
||||
|
||||
Reference in New Issue
Block a user