diff options
author | Mariatta <Mariatta@users.noreply.github.com> | 2017-02-26 06:34:06 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-02-26 06:34:06 (GMT) |
commit | 1a8dd944d4016593e78a7a6c3c635adee783abfd (patch) | |
tree | 68314174b21b0fbb5d6c301665805c0f65c6c359 | |
parent | 814213bdf1b95a5d863311b61c671010291f1197 (diff) | |
download | cpython-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/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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. |