mirror of
https://github.com/python/cpython.git
synced 2025-07-24 03:35:53 +00:00
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:
parent
c43714fbcd
commit
e56e33d271
21 changed files with 32 additions and 1762 deletions
|
@ -43,8 +43,6 @@ OMIT_FILES = (
|
|||
# build system
|
||||
"lib2to3/",
|
||||
# deprecated
|
||||
"asyncore.py",
|
||||
"asynchat.py",
|
||||
"uu.py",
|
||||
"xdrlib.py",
|
||||
# other platforms
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue