-
-
Notifications
You must be signed in to change notification settings - Fork 32.2k
bpo-31458: Update Misc/NEWS link in What's New page #3555
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Thanks @Mariatta for the PR 🌮🎉.. I'm working now to backport this PR to: 3.6. |
Sorry, @Mariatta, I could not cleanly backport this to |
Update the link from Misc/NEWS to Misc/NEWS.d (cherry picked from commit 1b8f612)
) Update the link from Misc/NEWS to Misc/NEWS.d. (cherry picked from commit 1b8f612)
GH-3560 is a backport of this pull request to the 3.6 branch. |
@@ -28,7 +28,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 |
There was a problem hiding this comment.
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?
There was a problem hiding this comment.
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?
There was a problem hiding this comment.
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.
There was a problem hiding this comment.
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
On a tangentially related note, why are there .rst files and a next/Build directory checked in? |
Because next/Build contains news files for changes related to building CPython :) |
Link to
Misc/NEWS.d
insteadhttps://bugs.python.org/issue31458