]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.10] bpo-47022: Document asynchat, asyncore and smtpd removals in 3.12 (GH-31891...
authorHugo van Kemenade <hugovk@users.noreply.github.com>
Sun, 20 Mar 2022 20:38:01 +0000 (22:38 +0200)
committerGitHub <noreply@github.com>
Sun, 20 Mar 2022 20:38:01 +0000 (22:38 +0200)
commit94f038cbb27dc6d1a74ae2bfedea674911f8e8c6
tree4b80f7c7bec8b0ed8134f4924ddf4238a40354d0
parent4352ca234e979ad1c7158981addf899b119cd448
[3.10] bpo-47022: Document asynchat, asyncore and smtpd removals in 3.12 (GH-31891) (#31997)

Document the deprecation of asyncore, asynchat, and smtpd with a slated removal in Python 3.12 thanks to PEP 594..
(cherry picked from commit 77473846439b8a3eae66de1a1cfe931619f38513)

Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
Doc/library/asynchat.rst
Doc/library/asyncore.rst
Doc/library/smtpd.rst
Doc/library/superseded.rst
Lib/asynchat.py
Lib/asyncore.py
Lib/smtpd.py
Misc/NEWS.d/next/Library/2022-03-15-09-29-52.bpo-47022.uaEDcI.rst [new file with mode: 0644]