Remove blurb split; after 3.2 NEWS is generated from next/*, not vice versa#440
Merged
gpshead merged 6 commits intopython:masterfrom Aug 7, 2022
arhadthedev:old-news
Merged
Remove blurb split; after 3.2 NEWS is generated from next/*, not vice versa#440gpshead merged 6 commits intopython:masterfrom arhadthedev:old-news
blurb split; after 3.2 NEWS is generated from next/*, not vice versa#440gpshead merged 6 commits intopython:masterfrom
arhadthedev:old-news
Conversation
Member
Does that mean we don't need python/cpython#30419 and #147? If so, there's a bunch of blurb NEWS stuff that could be removed from https://github.com/python/cpython/blob/main/Doc/Makefile. |
Member
Author
|
@hugovk Thank you for noticing! I looked further and found that |
blurb split because Misc/NEWS fstopped to be the sourcelong ago
blurb split because Misc/NEWS fstopped to be the sourcelong agoblurb split because Misc/NEWS stopped to be the primary source long ago
blurb split because Misc/NEWS stopped to be the primary source long agoblurb split; after 3.2 NEWS is generated from next/*, not vice versa
Member
Author
|
@larryhastings ping |
Member
Author
|
@larryhastings Can this PR be merged, please? |
Member
Author
|
Someone please? |
Member
Author
|
Erm... ping? |
gpshead
approved these changes
Aug 7, 2022
Member
|
If for some reason we ever needed this again, that is what we have a version control system for. :) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The
blurb splitcommand fixes known historical issues of Misc/NEWS and splits it into Misc/NEWS.d/*.rst.However, it lost any use in Python 3.2 when it was replaced with direct committing of Misc/NEWS.d/*.*.*.rst.
So this PR:
Misc/NEWS.dandMisc/NEWS.d/next.Edit: initially I was way too ambitious and desired to remove blurb merge as well