From: Mariatta Date: Sun, 26 Feb 2017 06:33:51 +0000 (-0800) Subject: [3.5] bpo-28929: Add to Misc/NEWS (GH-285) X-Git-Tag: v3.5.4rc1~326 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=5023686f7ee69e9da07cda4b7da6691f19892111;p=thirdparty%2FPython%2Fcpython.git [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 --- diff --git a/Misc/NEWS b/Misc/NEWS index e680b90ca897..abd4e53ef449 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -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.