]> granicus.if.org Git - python/commitdiff
bpo-28929: Add to Misc/NEWS (GH-112)
authorMariatta <Mariatta@users.noreply.github.com>
Sat, 25 Feb 2017 02:09:22 +0000 (18:09 -0800)
committerGitHub <noreply@github.com>
Sat, 25 Feb 2017 02:09:22 +0000 (18:09 -0800)
mention bpo-28929 in the Documentation section of
What's New in Python 3.7.0 alpha 1

Misc/NEWS

index faae5f7e2a7196a479c342e0514a779b1220930f..51560612d5a154c3665cccdbd2c9bc57579b266f 100644 (file)
--- 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.