]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-72719: Remove asyncore and asynchat modules (#96580)
authorNikita Sobolev <mail@sobolevn.me>
Tue, 8 Nov 2022 15:48:58 +0000 (18:48 +0300)
committerGitHub <noreply@github.com>
Tue, 8 Nov 2022 15:48:58 +0000 (16:48 +0100)
commite56e33d271e511e7c2324640d7f49d39b49830d8
treea0cb27a36345f38be784d023a75cb3dfaf56daa0
parentc43714fbcdb9bb0927872d6ebf5697edd2e2a1e9
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>
21 files changed:
.github/CODEOWNERS
Doc/library/asynchat.rst [deleted file]
Doc/library/asyncore.rst [deleted file]
Doc/library/socketserver.rst
Doc/library/superseded.rst
Doc/license.rst
Doc/whatsnew/3.12.rst
Lib/test/libregrtest/save_env.py
Lib/test/smtpd.py
Lib/test/support/asynchat.py [moved from Lib/asynchat.py with 97% similarity]
Lib/test/support/asyncore.py [moved from Lib/asyncore.py with 98% similarity]
Lib/test/test_asynchat.py [deleted file]
Lib/test/test_asyncore.py [deleted file]
Lib/test/test_ftplib.py
Lib/test/test_logging.py
Lib/test/test_poplib.py
Lib/test/test_smtplib.py
Lib/test/test_ssl.py
Misc/NEWS.d/next/Library/2022-09-05-17-08-56.gh-issue-72719.jUpzF3.rst [new file with mode: 0644]
Python/stdlib_module_names.h
Tools/wasm/wasm_assets.py