[Numpy-svn] [numpy/numpy] fcdb1f: BUG: Fix author search in announce.py

GitHub noreply at github.com
Mon Dec 19 12:22:37 EST 2016


  Branch: refs/heads/master
  Home:   https://github.com/numpy/numpy
  Commit: fcdb1fcd8cd26c112442db02996e074cc355e88f
      https://github.com/numpy/numpy/commit/fcdb1fcd8cd26c112442db02996e074cc355e88f
  Author: Charles Harris <charlesr.harris at gmail.com>
  Date:   2016-12-19 (Mon, 19 Dec 2016)

  Changed paths:
    M tools/announce.py

  Log Message:
  -----------
  BUG: Fix author search in announce.py

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]


  Commit: a35f997dd6e50560391519c71c814f1175ea8c71
      https://github.com/numpy/numpy/commit/a35f997dd6e50560391519c71c814f1175ea8c71
  Author: Charles Harris <charlesr.harris at gmail.com>
  Date:   2016-12-19 (Mon, 19 Dec 2016)

  Changed paths:
    M tools/announce.py

  Log Message:
  -----------
  Merge pull request #8398 from charris/fix-announce.py

BUG: Fix author search in announce.py


Compare: https://github.com/numpy/numpy/compare/eb435382047d...a35f997dd6e5


More information about the Numpy-svn mailing list