[Numpy-svn] [numpy/numpy] d156ca: DEP: Fix escaped string characters deprecated in P...

GitHub noreply at github.com
Sat Dec 17 20:03:19 EST 2016


  Branch: refs/heads/maintenance/1.12.x
  Home:   https://github.com/numpy/numpy
  Commit: d156cafb3b9163d731869c18740a51f733c2c776
      https://github.com/numpy/numpy/commit/d156cafb3b9163d731869c18740a51f733c2c776
  Author: Charles Harris <charlesr.harris at gmail.com>
  Date:   2016-12-17 (Sat, 17 Dec 2016)

  Changed paths:
    M numpy/add_newdocs.py
    M numpy/core/numeric.py
    M numpy/distutils/command/build_src.py
    M numpy/distutils/cpuinfo.py
    M numpy/distutils/fcompiler/compaq.py
    M numpy/distutils/fcompiler/gnu.py
    M numpy/distutils/fcompiler/ibm.py
    M numpy/distutils/fcompiler/intel.py
    M numpy/distutils/fcompiler/vast.py
    M numpy/distutils/from_template.py
    M numpy/distutils/intelccompiler.py
    M numpy/distutils/mingw32ccompiler.py
    M numpy/distutils/misc_util.py
    M numpy/distutils/npy_pkg_config.py
    M numpy/f2py/crackfortran.py
    M numpy/lib/_iotools.py
    M numpy/polynomial/chebyshev.py
    M numpy/polynomial/hermite.py
    M numpy/polynomial/hermite_e.py
    M numpy/polynomial/laguerre.py
    M numpy/polynomial/legendre.py
    M numpy/polynomial/polynomial.py
    M numpy/testing/nosetester.py
    M numpy/testing/utils.py

  Log Message:
  -----------
  DEP: Fix escaped string characters deprecated in Python 3.6.

In Python 3.6 a number of escape sequences that were previously accepted
-- for instance "\(" that was translated to "\\(" -- are deprecated. To
retain the previous behavior either raw strings must be used or the
backslash must be properly escaped itself.


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

  Changed paths:
    M numpy/add_newdocs.py
    M numpy/core/numeric.py
    M numpy/distutils/command/build_src.py
    M numpy/distutils/cpuinfo.py
    M numpy/distutils/fcompiler/compaq.py
    M numpy/distutils/fcompiler/gnu.py
    M numpy/distutils/fcompiler/ibm.py
    M numpy/distutils/fcompiler/intel.py
    M numpy/distutils/fcompiler/vast.py
    M numpy/distutils/from_template.py
    M numpy/distutils/intelccompiler.py
    M numpy/distutils/mingw32ccompiler.py
    M numpy/distutils/misc_util.py
    M numpy/distutils/npy_pkg_config.py
    M numpy/f2py/crackfortran.py
    M numpy/lib/_iotools.py
    M numpy/polynomial/chebyshev.py
    M numpy/polynomial/hermite.py
    M numpy/polynomial/hermite_e.py
    M numpy/polynomial/laguerre.py
    M numpy/polynomial/legendre.py
    M numpy/polynomial/polynomial.py
    M numpy/testing/nosetester.py
    M numpy/testing/utils.py

  Log Message:
  -----------
  Merge pull request #8391 from charris/fix-python-3.6-compat

DEP: Fix escaped string characters deprecated in Python 3.6.


Compare: https://github.com/numpy/numpy/compare/2e337da8cebf...d3fbb97a923a


More information about the Numpy-svn mailing list