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

Misc/NEWS

index 6551a6d34133c0264c26edc0b79ea77e5c481049..5e4a3daeca263c90adac07662c7702e1b5492521 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.
+
 - Issue #26355: Add canonical header link on each page to corresponding major
   version of the documentation. Patch by Matthias Bussonnier.