[Numpy-svn] [numpy/numpy] ec0e04: DEP: Fix escaped string characters deprecated in P...
GitHub
noreply at github.com
Sat Dec 17 18:50:19 EST 2016
Branch: refs/heads/master
Home: https://github.com/numpy/numpy
Commit: ec0e04694278ef9ea83537d308b07fc27c1b5f85
https://github.com/numpy/numpy/commit/ec0e04694278ef9ea83537d308b07fc27c1b5f85
Author: Charles Harris <charlesr.harris at gmail.com>
Date: 2016-12-14 (Wed, 14 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: eb8d76e0832369d7195f949fa34e6c064a9f57ae
https://github.com/numpy/numpy/commit/eb8d76e0832369d7195f949fa34e6c064a9f57ae
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 #8382 from charris/fix-python-3.6-compat
DEP: Fix escaped string characters deprecated in Python 3.6.
Compare: https://github.com/numpy/numpy/compare/2e0970374590...eb8d76e08323
More information about the Numpy-svn
mailing list