From: Mariatta Date: Sat, 25 Feb 2017 02:09:22 +0000 (-0800) Subject: bpo-28929: Add to Misc/NEWS (GH-112) X-Git-Tag: v3.7.0a1~1286 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=e3bf4cdd3db9004220d3ec7f5db4e7d16a99c743;p=thirdparty%2FPython%2Fcpython.git bpo-28929: Add to Misc/NEWS (GH-112) mention bpo-28929 in the Documentation section of What's New in Python 3.7.0 alpha 1 --- diff --git a/Misc/NEWS b/Misc/NEWS index faae5f7e2a71..51560612d5a1 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -735,6 +735,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.