[2.7] bpo-30283: Add NEWS entry for backported regrtest by vstinner · Pull Request #2398 · python/cpython
-
-
Notifications
You must be signed in to change notification settings - Fork 34.7k
Merged
Conversation
@brettcannon, @larryhastings: Do you know how to test how this NEWS entry with newlines will be formatted in Python 2.7? How do I regenerate/update Misc/NEWS?
This is my first PR using blurb :-)
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If all items are full sentences, they should end with a period.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
done
@Haypo I think blurb merge with the output directed to some temp file will do what you want. I just opened python/core-workflow#147 to at least test the reST formatting is good.
@Haypo I think blurb merge with the output directed to some temp file will do what you want.
Oh, I wasn't aware of the "blurb merge" command. I tried "blurb --help" but the wizzard started :-)