[Numpy-svn] [numpy/numpy] 16f976: 2to3: Skip `future` fixer.

GitHub noreply at github.com
Wed Apr 10 21:48:26 EDT 2013


  Branch: refs/heads/master
  Home:   https://github.com/numpy/numpy
  Commit: 16f97614acd12b85619f8a2a52114ecc955787a6
      https://github.com/numpy/numpy/commit/16f97614acd12b85619f8a2a52114ecc955787a6
  Author: Charles Harris <charlesr.harris at gmail.com>
  Date:   2013-04-10 (Wed, 10 Apr 2013)

  Changed paths:
    M tools/py3tool.py

  Log Message:
  -----------
  2to3: Skip `future` fixer.

The `future` fixer removes the `from __future__ import ...` statements.
That is fine for Python 3, but we need to keep that statement if we are
shooting for a common code base for both Python 2 and Python 3.


  Commit: 79126f1c6084c56348b71e1b91fb4b6bc9de86b2
      https://github.com/numpy/numpy/commit/79126f1c6084c56348b71e1b91fb4b6bc9de86b2
  Author: Charles Harris <charlesr.harris at gmail.com>
  Date:   2013-04-10 (Wed, 10 Apr 2013)

  Changed paths:
    M tools/py3tool.py

  Log Message:
  -----------
  Merge pull request #3223 from charris/2to3-skip-future-fixer

2to3: Skip `future` fixer.


Compare: https://github.com/numpy/numpy/compare/25d55b8f0ea7...79126f1c6084


More information about the Numpy-svn mailing list