]> granicus.if.org Git - python/commitdiff
[3.6] bpo-28929: Add to Misc/NEWS (GH-284)
authorMariatta <Mariatta@users.noreply.github.com>
Sun, 26 Feb 2017 06:34:06 +0000 (22:34 -0800)
committerGitHub <noreply@github.com>
Sun, 26 Feb 2017 06:34:06 +0000 (22:34 -0800)
mention bpo-28929 in the Documentation section of
What's New in Python 3.6.1 release candidate 1

Misc/NEWS

index d885ca900217eaade99aa4c8394e563e6cd8ccd0..0f5c27902ba4236e3327e0123d4144556126bc2d 100644 (file)
--- 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.