[Numpy-svn] [numpy/numpy] 9207b4: ENH: Skip already applied fixers when running 2to3...

GitHub noreply at github.com
Sun Mar 3 17:54:22 EST 2013


  Branch: refs/heads/master
  Home:   https://github.com/numpy/numpy
  Commit: 9207b4c109158e96887d4262e3f9cbe2ab0fdf78
      https://github.com/numpy/numpy/commit/9207b4c109158e96887d4262e3f9cbe2ab0fdf78
  Author: Charles Harris <charlesr.harris at gmail.com>
  Date:   2013-03-03 (Sun, 03 Mar 2013)

  Changed paths:
    M tools/py3tool.py

  Log Message:
  -----------
  ENH: Skip already applied fixers when running 2to3.

This is done in `tools/py3tool.py` by providing a list of fixers that
is passed in the call to 2to3 with with the `-x` option that tells
2to3 to skip them.

Closes #3113


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

  Changed paths:
    M tools/py3tool.py

  Log Message:
  -----------
  Merge pull request #3115 from charris/2to3-skip-fixers

ENH: Skip already applied fixers when running 2to3.


Compare: https://github.com/numpy/numpy/compare/e24e0d8d41cf...9a62d54e871b


More information about the Numpy-svn mailing list