diff options
author | Mariatta <Mariatta@users.noreply.github.com> | 2017-02-26 06:33:51 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-02-26 06:33:51 (GMT) |
commit | 5023686f7ee69e9da07cda4b7da6691f19892111 (patch) | |
tree | dbfe4d43f4871af2db491cd8cfee5e70adff1876 /Misc | |
parent | bc33cd4e7a36ed4c309807ca9a911ef955582710 (diff) | |
download | cpython-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/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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. |