]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[3.5] bpo-28929: Add to Misc/NEWS (GH-285)
authorMariatta <Mariatta@users.noreply.github.com>
Sun, 26 Feb 2017 06:33:51 +0000 (22:33 -0800)
committerGitHub <noreply@github.com>
Sun, 26 Feb 2017 06:33:51 +0000 (22:33 -0800)
mention bpo-28929 in the Documentation section of
What's New in Python 3.5.4 release candidate 1

Misc/NEWS

index e680b90ca8979ee6d05d8be775585fae238291fc..abd4e53ef449ca18b8eec0e596305ae5f224350b 100644 (file)
--- 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.