bpo-31458: Update Misc/NEWS link in What's New page by Mariatta ยท Pull Request #3555 ยท python/cpython

@Mariatta

@Mariatta

@Mariatta

@miss-islington

Thanks @Mariatta for the PR ๐ŸŒฎ๐ŸŽ‰.. I'm working now to backport this PR to: 3.6.
๐Ÿ๐Ÿ’โ›๐Ÿค–

@miss-islington

Sorry, @Mariatta, I could not cleanly backport this to 3.6 due to a conflict.
Please backport using cherry_picker on command line.

Mariatta added a commit to Mariatta/cpython that referenced this pull request

Sep 14, 2017
Update the link from Misc/NEWS to Misc/NEWS.d

(cherry picked from commit 1b8f612)

Mariatta added a commit to Mariatta/cpython that referenced this pull request

Sep 14, 2017
)

Update the link from Misc/NEWS to Misc/NEWS.d.
(cherry picked from commit 1b8f612)

@bedevere-bot

Mariatta added a commit that referenced this pull request

Sep 14, 2017
โ€ฆH-3560)

Update the link from Misc/NEWS to Misc/NEWS.d
(cherry picked from commit 1b8f612)

merwok

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

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

NEWS.d is a directory with many files; could the text here be confusing or will people understand what is meant?

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hmm.. good point. So what should this be changed into?

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I would suggest "is an HTML version of a file built from the contents of the directory tree..." You could even link "file built" to blurb.

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks I made a new PR: #3617

@bitdancer

On a tangentially related note, why are there .rst files and a next/Build directory checked in?

@merwok

Because next/Build contains news files for changes related to building CPython :)