[Numpy-svn] [numpy/numpy] d5bf8a: 2to3: Skip `setliteral` fixer.

GitHub noreply at github.com
Fri Apr 12 11:41:22 EDT 2013


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

  Changed paths:
    M tools/py3tool.py

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

Setliterals are not available in Python 2.6. Because the current usage
in numpy is forward compatible with Python 3 there is no need to run the
fixer.

When Python 2.6 support is dropped the fixer can be run, but that looks
to be several years off. RHEL 6 with Python 2.6 was released in 2010 and
will run for ten years.


  Commit: 5daaef775933983bff87dbe8e9b3df15f40d279b
      https://github.com/numpy/numpy/commit/5daaef775933983bff87dbe8e9b3df15f40d279b
  Author: Charles Harris <charlesr.harris at gmail.com>
  Date:   2013-04-12 (Fri, 12 Apr 2013)

  Changed paths:
    M tools/py3tool.py

  Log Message:
  -----------
  Merge pull request #3231 from charris/2to3-skip-setliteral-fixer

2to3: Skip `setliteral` fixer.


Compare: https://github.com/numpy/numpy/compare/6ffa2ea9744e...5daaef775933


More information about the Numpy-svn mailing list