summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMariatta <Mariatta@users.noreply.github.com>2017-02-26 06:34:06 (GMT)
committerGitHub <noreply@github.com>2017-02-26 06:34:06 (GMT)
commit1a8dd944d4016593e78a7a6c3c635adee783abfd (patch)
tree68314174b21b0fbb5d6c301665805c0f65c6c359
parent814213bdf1b95a5d863311b61c671010291f1197 (diff)
downloadcpython-1a8dd944d4016593e78a7a6c3c635adee783abfd.zip
cpython-1a8dd944d4016593e78a7a6c3c635adee783abfd.tar.gz
cpython-1a8dd944d4016593e78a7a6c3c635adee783abfd.tar.bz2
[3.6] bpo-28929: Add to Misc/NEWS (GH-284)
mention bpo-28929 in the Documentation section of What's New in Python 3.6.1 release candidate 1
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index d885ca9..0f5c279 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -217,6 +217,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.