From e68792cfdc824c45cf6932c8e098cad86192e6cb Mon Sep 17 00:00:00 2001 From: Mariatta Wijaya Date: Fri, 24 Feb 2017 19:41:21 -0800 Subject: [PATCH] [3.5] bpo-28929: Add to Misc/NEWS mention bpo-28929 in the Documentation section of What's New in Python 3.5.4 release candidate 1 --- Misc/NEWS | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Misc/NEWS b/Misc/NEWS index e680b90ca8979e..abd4e53ef449ca 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.