From 8ebad41c9839ff21efad5c39edfd3036e5d9c9d8 Mon Sep 17 00:00:00 2001 From: Mariatta Wijaya Date: Tue, 14 Feb 2017 21:07:24 -0800 Subject: [PATCH 1/3] bpo-28929: Add to Misc/NEWS mention bpo-28929 in the Documentation section of: - What's New in Python 3.7.0 alpha 1? - What's New in Python 3.6.1 release candidate 1? - What's New in Python 3.5.4 release candidate 1? http://bugs.python.org/issue28929 --- Misc/NEWS | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/Misc/NEWS b/Misc/NEWS index 51055ef6f6f5ba..ef9460325b5681 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -700,6 +700,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. @@ -909,6 +911,8 @@ Windows Documentation ------------- +- bpo-28929: Link the documentation to its source file on GitHub + - Issue #29349: Fix Python 2 syntax in code for building the documentation. Tests @@ -4095,6 +4099,17 @@ C API instead of TypeError on programmical error in parsing format string. +What's New in Python 3.5.4 release candidate 1? +=============================================== + +*Release date: XXXX-XX-XX* + +Documentation +------------- + +- bpo-28929: Link the documentation to its source file on GitHub + + What's New in Python 3.5.3? =========================== @@ -6416,6 +6431,7 @@ Tests Documentation ------------- +- bpo - Issue #24458: Update documentation to cover multi-phase initialization for extension modules (PEP 489). Patch by Petr Viktorin. From dd19eb2fb5cf7dee7d2fb3f28bdc5b438af2a379 Mon Sep 17 00:00:00 2001 From: Mariatta Wijaya Date: Wed, 15 Feb 2017 06:46:54 -0800 Subject: [PATCH 2/3] clean up --- Misc/NEWS | 1 - 1 file changed, 1 deletion(-) diff --git a/Misc/NEWS b/Misc/NEWS index ef9460325b5681..6c0855efffacfd 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -6431,7 +6431,6 @@ Tests Documentation ------------- -- bpo - Issue #24458: Update documentation to cover multi-phase initialization for extension modules (PEP 489). Patch by Petr Viktorin. From f6ba0123dd087759e115d6cd8e403d0239aeca79 Mon Sep 17 00:00:00 2001 From: Mariatta Wijaya Date: Wed, 15 Feb 2017 18:56:41 -0800 Subject: [PATCH 3/3] Remove unecessary entries --- Misc/NEWS | 15 +-------------- 1 file changed, 1 insertion(+), 14 deletions(-) diff --git a/Misc/NEWS b/Misc/NEWS index 6c0855efffacfd..e63038826a9377 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -700,7 +700,7 @@ C API Documentation ------------- -- bpo-28929: Link the documentation to its source file on GitHub +- 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. @@ -911,8 +911,6 @@ Windows Documentation ------------- -- bpo-28929: Link the documentation to its source file on GitHub - - Issue #29349: Fix Python 2 syntax in code for building the documentation. Tests @@ -4099,17 +4097,6 @@ C API instead of TypeError on programmical error in parsing format string. -What's New in Python 3.5.4 release candidate 1? -=============================================== - -*Release date: XXXX-XX-XX* - -Documentation -------------- - -- bpo-28929: Link the documentation to its source file on GitHub - - What's New in Python 3.5.3? ===========================