From: Mariatta Date: Sun, 26 Feb 2017 06:33:36 +0000 (-0800) Subject: [2.7] bpo-28929: Add to Misc/NEWS (GH-286) X-Git-Tag: v2.7.14rc1~265 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=23d2c31cbf3032b8c6bb254f06c4532a6db466b6;p=thirdparty%2FPython%2Fcpython.git [2.7] bpo-28929: Add to Misc/NEWS (GH-286) mention bpo-28929 in the Documentation section of What's New in Python 2.7.14 --- diff --git a/Misc/NEWS b/Misc/NEWS index 6551a6d34133..5e4a3daeca26 100644 --- 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.