summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorMariatta <Mariatta@users.noreply.github.com>2017-02-26 06:33:51 (GMT)
committerGitHub <noreply@github.com>2017-02-26 06:33:51 (GMT)
commit5023686f7ee69e9da07cda4b7da6691f19892111 (patch)
treedbfe4d43f4871af2db491cd8cfee5e70adff1876 /Misc
parentbc33cd4e7a36ed4c309807ca9a911ef955582710 (diff)
downloadcpython-5023686f7ee69e9da07cda4b7da6691f19892111.zip
cpython-5023686f7ee69e9da07cda4b7da6691f19892111.tar.gz
cpython-5023686f7ee69e9da07cda4b7da6691f19892111.tar.bz2
[3.5] bpo-28929: Add to Misc/NEWS (GH-285)
mention bpo-28929 in the Documentation section of What's New in Python 3.5.4 release candidate 1
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index e680b90..abd4e53 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -92,6 +92,8 @@ C API
Documentation
-------------
+- bpo-28929: Link the documentation to its source file on GitHub.
+
- bpo-25008: Document smtpd.py as effectively deprecated and add a pointer to
aiosmtpd, a third-party asyncio-based replacement.