◐ Shell
clean mode source ↗

[2.7] bpo-30283: Add NEWS entry for backported regrtest by vstinner · Pull Request #2398 · python/cpython

Skip to content

Navigation Menu

Provide feedback

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Merged

vstinner

merged 1 commit into

Jun 27, 2017

Conversation

@vstinner

@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 :-)

serhiy-storchaka

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

@brettcannon

@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.

@vstinner

@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 :-)