summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorBarry Warsaw <barry@python.org>2017-02-24 21:15:17 (GMT)
committerGitHub <noreply@github.com>2017-02-24 21:15:17 (GMT)
commit66b5092fac4264efdc9c508a7dd425fa9833e147 (patch)
treedb17ac6a41fc45a1f2efd331b6ffdb1b0e6d07f6 /Misc
parente29741466df0cd01a49bf5ec3b1df3e2bad119a7 (diff)
downloadcpython-66b5092fac4264efdc9c508a7dd425fa9833e147.zip
cpython-66b5092fac4264efdc9c508a7dd425fa9833e147.tar.gz
cpython-66b5092fac4264efdc9c508a7dd425fa9833e147.tar.bz2
bpo-25008: Deprecate smtpd and point to aiosmtpd (#274) (#279)
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index a01d454..e680b90 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -92,6 +92,9 @@ C API
Documentation
-------------
+- bpo-25008: Document smtpd.py as effectively deprecated and add a pointer to
+ aiosmtpd, a third-party asyncio-based replacement.
+
- Issue #26355: Add canonical header link on each page to corresponding major
version of the documentation. Patch by Matthias Bussonnier.