]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-47022: Document asynchat, asyncore and smtpd removals in 3.12 (GH-31891)
authorHugo van Kemenade <hugovk@users.noreply.github.com>
Fri, 18 Mar 2022 19:45:37 +0000 (21:45 +0200)
committerGitHub <noreply@github.com>
Fri, 18 Mar 2022 19:45:37 +0000 (12:45 -0700)
commit77473846439b8a3eae66de1a1cfe931619f38513
tree3caee09cfda1b27a87da7dcd1df553c3873595fb
parent3a2b89580ded72262fbea0f7ad24096a90c42b9c
bpo-47022: Document asynchat, asyncore and smtpd removals in 3.12 (GH-31891)

Document the deprecation of asyncore, asynchat, and smtpd with a slated removal in Python 3.12 thanks to PEP 594.
Doc/library/asynchat.rst
Doc/library/asyncore.rst
Doc/library/smtpd.rst
Doc/library/superseded.rst
Doc/whatsnew/3.11.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]