diff options
author | Hugo van Kemenade <hugovk@users.noreply.github.com> | 2022-03-20 20:38:01 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-20 20:38:01 (GMT) |
commit | 94f038cbb27dc6d1a74ae2bfedea674911f8e8c6 (patch) | |
tree | 4b80f7c7bec8b0ed8134f4924ddf4238a40354d0 /Misc | |
parent | 4352ca234e979ad1c7158981addf899b119cd448 (diff) | |
download | cpython-94f038cbb27dc6d1a74ae2bfedea674911f8e8c6.zip cpython-94f038cbb27dc6d1a74ae2bfedea674911f8e8c6.tar.gz cpython-94f038cbb27dc6d1a74ae2bfedea674911f8e8c6.tar.bz2 |
[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>
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Library/2022-03-15-09-29-52.bpo-47022.uaEDcI.rst | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2022-03-15-09-29-52.bpo-47022.uaEDcI.rst b/Misc/NEWS.d/next/Library/2022-03-15-09-29-52.bpo-47022.uaEDcI.rst new file mode 100644 index 0000000..0e867b9 --- /dev/null +++ b/Misc/NEWS.d/next/Library/2022-03-15-09-29-52.bpo-47022.uaEDcI.rst @@ -0,0 +1,4 @@ +The :mod:`asynchat`, :mod:`asyncore` and :mod:`smtpd` modules have been +deprecated since at least Python 3.6. Their documentation and deprecation +warnings and have now been updated to note they will removed in Python 3.12 +(:pep:`594`). |