[Numpy-svn] [numpy/numpy] c92d92: MAINT: Remove unneeded version checks.

GitHub noreply at github.com
Thu Apr 25 09:20:11 EDT 2013


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

  Changed paths:
    M numpy/core/code_generators/genapi.py
    M numpy/core/defchararray.py
    M numpy/core/memmap.py
    M numpy/core/setup.py
    M numpy/core/tests/test_defchararray.py
    M numpy/core/tests/test_deprecations.py
    M numpy/core/tests/test_dtype.py
    M numpy/core/tests/test_multiarray.py
    M numpy/core/tests/test_print.py
    M numpy/core/tests/test_umath.py
    M numpy/lib/npyio.py
    M numpy/lib/utils.py
    M numpy/polynomial/polyutils.py

  Log Message:
  -----------
  MAINT: Remove unneeded version checks.

Now that only Python versions 2.6-2.7 and 3.2-3.3 are supported
some version checks are no longer needed. This patch removes them
so as to clean up the code.


  Commit: 0291896c63201f56279c8835c59ed73fee4e1916
      https://github.com/numpy/numpy/commit/0291896c63201f56279c8835c59ed73fee4e1916
  Author: njsmith <njs at pobox.com>
  Date:   2013-04-25 (Thu, 25 Apr 2013)

  Changed paths:
    M numpy/core/code_generators/genapi.py
    M numpy/core/defchararray.py
    M numpy/core/memmap.py
    M numpy/core/setup.py
    M numpy/core/tests/test_defchararray.py
    M numpy/core/tests/test_deprecations.py
    M numpy/core/tests/test_dtype.py
    M numpy/core/tests/test_multiarray.py
    M numpy/core/tests/test_print.py
    M numpy/core/tests/test_umath.py
    M numpy/lib/npyio.py
    M numpy/lib/utils.py
    M numpy/polynomial/polyutils.py

  Log Message:
  -----------
  Merge pull request #3268 from charris/maint-remove-unneeded-version-checks

MAINT: Remove unneeded version checks.


Compare: https://github.com/numpy/numpy/compare/65c172fda22c...0291896c6320


More information about the Numpy-svn mailing list