[Numpy-svn] [numpy/numpy] e5110f: MAINT: Fix deprecated escape sequences in tools/

GitHub noreply at github.com
Sat Feb 25 17:06:50 EST 2017


  Branch: refs/heads/master
  Home:   https://github.com/numpy/numpy
  Commit: e5110fa81540103800da34c2199a0e2823031f98
      https://github.com/numpy/numpy/commit/e5110fa81540103800da34c2199a0e2823031f98
  Author: Charles Harris <charlesr.harris at gmail.com>
  Date:   2017-02-25 (Sat, 25 Feb 2017)

  Changed paths:
    M tools/c_coverage/c_coverage_report.py
    M tools/find_deprecated_escaped_characters.py
    M tools/win32build/build.py

  Log Message:
  -----------
  MAINT: Fix deprecated escape sequences in tools/

Fix the escape sequences deprecated in Python 3.6 found in the
tools directory. Note that this does not include the files in
tools/swig/tests which are not even Python 3 compatible at this point.


  Commit: ead991be337d7c7213f7489b43bda2f74decec6c
      https://github.com/numpy/numpy/commit/ead991be337d7c7213f7489b43bda2f74decec6c
  Author: Charles Harris <charlesr.harris at gmail.com>
  Date:   2017-02-25 (Sat, 25 Feb 2017)

  Changed paths:
    M tools/find_deprecated_escaped_characters.py

  Log Message:
  -----------
  MAINT: Refactor tools/find_deprecated_escaped_characters.py

Make the code a bit cleaner.


  Commit: 309e450230f85fcea447047bcb319def858b7b10
      https://github.com/numpy/numpy/commit/309e450230f85fcea447047bcb319def858b7b10
  Author: Charles Harris <charlesr.harris at gmail.com>
  Date:   2017-02-25 (Sat, 25 Feb 2017)

  Changed paths:
    M tools/c_coverage/c_coverage_report.py
    M tools/find_deprecated_escaped_characters.py
    M tools/win32build/build.py

  Log Message:
  -----------
  Merge pull request #8692 from charris/fix-deprecated-escape-sequences

MAINT: Fix deprecated escape sequences


Compare: https://github.com/numpy/numpy/compare/1717114bee66...309e450230f8


More information about the Numpy-svn mailing list