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

GitHub noreply at github.com
Mon Dec 19 12:27:21 EST 2016


  Branch: refs/heads/maintenance/1.12.x
  Home:   https://github.com/numpy/numpy
  Commit: 447a16d03f87bb326239498608fbd93104e3b8ff
      https://github.com/numpy/numpy/commit/447a16d03f87bb326239498608fbd93104e3b8ff
  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: 48bca6c2b016ac3f2970c8b97fc548f53bd01d59
      https://github.com/numpy/numpy/commit/48bca6c2b016ac3f2970c8b97fc548f53bd01d59
  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 #8399 from charris/fix-announce.py

BUG: Fix author search in announce.py


Compare: https://github.com/numpy/numpy/compare/7f85ad1cdeb6...48bca6c2b016


More information about the Numpy-svn mailing list