summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d
diff options
context:
space:
mode:
authorOleg Iarygin <oleg@arhadthedev.net>2022-08-06 00:41:29 (GMT)
committerGitHub <noreply@github.com>2022-08-06 00:41:29 (GMT)
commit56d16e8cb4e7d7ab47efdec08a0dae8d21b155f5 (patch)
treeb22cfea0622fb75e88651cefecb96dfeadf0732b /Misc/NEWS.d
parent29650fea9605bf1f48320487c6d5d6d70d97ad95 (diff)
downloadcpython-56d16e8cb4e7d7ab47efdec08a0dae8d21b155f5.zip
cpython-56d16e8cb4e7d7ab47efdec08a0dae8d21b155f5.tar.gz
cpython-56d16e8cb4e7d7ab47efdec08a0dae8d21b155f5.tar.bz2
gh-93243: Make smtpd private before porting its users (GH-93246)
gh-93243 This PR is required to reduce diffs of the following porting (no need to either maintain documentation and tests consistent with each porting step, or try to port everything and remove smtpd in a single PR). Automerge-Triggered-By: GH:warsaw
Diffstat (limited to 'Misc/NEWS.d')
-rw-r--r--Misc/NEWS.d/next/Library/2022-05-26-08-41-34.gh-issue-93243.uw6x5z.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2022-05-26-08-41-34.gh-issue-93243.uw6x5z.rst b/Misc/NEWS.d/next/Library/2022-05-26-08-41-34.gh-issue-93243.uw6x5z.rst
new file mode 100644
index 0000000..f03ed7b
--- /dev/null
+++ b/Misc/NEWS.d/next/Library/2022-05-26-08-41-34.gh-issue-93243.uw6x5z.rst
@@ -0,0 +1 @@
+The :mod:`smtpd` module was removed per the schedule in :pep:`594`.