summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorMariatta <Mariatta@users.noreply.github.com>2017-02-26 06:33:36 (GMT)
committerGitHub <noreply@github.com>2017-02-26 06:33:36 (GMT)
commit23d2c31cbf3032b8c6bb254f06c4532a6db466b6 (patch)
tree410d8eb9d55b2afc346e538a7813ae2a4fc8b493 /Misc
parent9436bbd87b7eed18dec4c32f25b88452fe282e1c (diff)
downloadcpython-23d2c31cbf3032b8c6bb254f06c4532a6db466b6.zip
cpython-23d2c31cbf3032b8c6bb254f06c4532a6db466b6.tar.gz
cpython-23d2c31cbf3032b8c6bb254f06c4532a6db466b6.tar.bz2
[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
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 6551a6d..5e4a3da 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.