diff options
author | Nikita Sobolev <mail@sobolevn.me> | 2022-11-08 15:48:58 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-11-08 15:48:58 (GMT) |
commit | e56e33d271e511e7c2324640d7f49d39b49830d8 (patch) | |
tree | a0cb27a36345f38be784d023a75cb3dfaf56daa0 /Misc | |
parent | c43714fbcdb9bb0927872d6ebf5697edd2e2a1e9 (diff) | |
download | cpython-e56e33d271e511e7c2324640d7f49d39b49830d8.zip cpython-e56e33d271e511e7c2324640d7f49d39b49830d8.tar.gz cpython-e56e33d271e511e7c2324640d7f49d39b49830d8.tar.bz2 |
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>
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Library/2022-09-05-17-08-56.gh-issue-72719.jUpzF3.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2022-09-05-17-08-56.gh-issue-72719.jUpzF3.rst b/Misc/NEWS.d/next/Library/2022-09-05-17-08-56.gh-issue-72719.jUpzF3.rst new file mode 100644 index 0000000..1ea2d6c --- /dev/null +++ b/Misc/NEWS.d/next/Library/2022-09-05-17-08-56.gh-issue-72719.jUpzF3.rst @@ -0,0 +1 @@ +Remove modules :mod:`asyncore` and :mod:`asynchat`, which were deprecated by :pep:`594`. |