[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
This commit is contained in:
Mariatta 2017-02-25 22:34:06 -08:00 committed by GitHub
parent 814213bdf1
commit 1a8dd944d4
1 changed files with 2 additions and 0 deletions

View File

@ -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.