From 1d4ca8d15a862362446b01d0eb0201f0cfc08e64 Mon Sep 17 00:00:00 2001 From: Mariatta Wijaya Date: Fri, 24 Feb 2017 19:36:59 -0800 Subject: [PATCH] [3.6] bpo-28929: Add to Misc/NEWS mention bpo-28929 in the Documentation section of What's New in Python 3.6.1 release candidate 1 --- Misc/NEWS | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Misc/NEWS b/Misc/NEWS index d885ca900217ea..0f5c27902ba423 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -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.