From 601685f70a3a51234f3dd7a5f15467f0c62daf6e Mon Sep 17 00:00:00 2001 From: Mariatta Date: Wed, 13 Sep 2017 16:47:33 -0700 Subject: [PATCH 1/2] bpo-31458: Update Misc/NEWS link in What's New page (GH-3555) Update the link from Misc/NEWS to Misc/NEWS.d (cherry picked from commit 1b8f612e1800b6e58472113f4abe8ee7c31f4db7) --- Doc/whatsnew/index.rst | 2 +- README.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Doc/whatsnew/index.rst b/Doc/whatsnew/index.rst index 7c9252401eff18..63e6a7bafa9493 100644 --- a/Doc/whatsnew/index.rst +++ b/Doc/whatsnew/index.rst @@ -27,7 +27,7 @@ anyone wishing to stay up-to-date after a new release. 2.1.rst 2.0.rst -The "Changelog" is a HTML version of the file :source:`Misc/NEWS` which +The "Changelog" is a HTML version of the file :source:`Misc/NEWS.d` which contains *all* nontrivial changes to Python for the current version. .. toctree:: diff --git a/README.rst b/README.rst index 82d61f7a2e20a9..1a3e577208e662 100644 --- a/README.rst +++ b/README.rst @@ -127,7 +127,7 @@ What's New We have a comprehensive overview of the changes in the `What's New in Python 3.6 `_ document. For a more detailed change log, read `Misc/NEWS -`_, but a full +`_, but a full accounting of changes can only be gleaned from the `commit history `_. From 0cb6f4716f95741c7a7d629323ab7531b1fac405 Mon Sep 17 00:00:00 2001 From: Mariatta Wijaya Date: Wed, 13 Sep 2017 19:01:51 -0700 Subject: [PATCH 2/2] [3.6] bpo-31458: Update Misc/NEWS link in What's New page (GH-3555) Update the link from Misc/NEWS to Misc/NEWS.d. (cherry picked from commit 1b8f612e1800b6e58472113f4abe8ee7c31f4db7)