diff options
author | Mariatta <Mariatta@users.noreply.github.com> | 2017-02-26 06:33:36 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-02-26 06:33:36 (GMT) |
commit | 23d2c31cbf3032b8c6bb254f06c4532a6db466b6 (patch) | |
tree | 410d8eb9d55b2afc346e538a7813ae2a4fc8b493 /Misc | |
parent | 9436bbd87b7eed18dec4c32f25b88452fe282e1c (diff) | |
download | cpython-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/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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. |