[Numpy-svn] [numpy/numpy] 9da706: 2to3: Apply `sys_exc` fixes. Closes #3086.

GitHub noreply at github.com
Fri Mar 1 08:24:22 EST 2013


  Branch: refs/heads/master
  Home:   https://github.com/numpy/numpy
  Commit: 9da706c1fb01a324e4a42760fbceeef78af3e2bc
      https://github.com/numpy/numpy/commit/9da706c1fb01a324e4a42760fbceeef78af3e2bc
  Author: Charles Harris <charlesr.harris at gmail.com>
  Date:   2013-02-28 (Thu, 28 Feb 2013)

  Changed paths:
    M numpy/distutils/cpuinfo.py
    M numpy/f2py/diagnose.py

  Log Message:
  -----------
  2to3: Apply `sys_exc` fixes. Closes #3086.

This uses sys.exc_info in place of sys.exc_value. The new function
goes back to at least 2002, so should be safe.


  Commit: d1b5ea9307f2d17a13d4497d8e9516587964ccd7
      https://github.com/numpy/numpy/commit/d1b5ea9307f2d17a13d4497d8e9516587964ccd7
  Author: njsmith <njs at pobox.com>
  Date:   2013-03-01 (Fri, 01 Mar 2013)

  Changed paths:
    M numpy/distutils/cpuinfo.py
    M numpy/f2py/diagnose.py

  Log Message:
  -----------
  Merge pull request #3097 from charris/2to3-sys_exc

2to3: Apply `sys_exc` fixes. Closes #3086.


Compare: https://github.com/numpy/numpy/compare/48df79673f81...d1b5ea9307f2


More information about the Numpy-svn mailing list