Skip to content
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

BUG: Fix author search in announce.py #8399

Merged
merged 1 commit into from
Dec 19, 2016

Conversation

charris
Copy link
Member

@charris charris commented Dec 19, 2016

The return from git shortlog -s apparently lacked a final \n which
caused the string matching for authors to omit the last listed author.
Fixed by using '^' and '$' tokens and string matching in multiline mode.

Also fix escape sequences deprecated in Python 3.6.

[ci skip]

The return from git shortlog -s apparently lacked a final \n which
caused the string matching for authors to omit the last listed author.
Fixed by using '^' and '$' tokens and string matching in multiline mode.

Also fix escape sequences deprecated in Python 3.6.

[ci skip]
@charris charris added this to the 1.12.0 release milestone Dec 19, 2016
@charris charris merged commit 48bca6c into numpy:maintenance/1.12.x Dec 19, 2016
@charris charris deleted the fix-announce.py branch September 19, 2018 14:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
00 - Bug 08 - Backport Used to tag backport PRs
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant