[Numpy-svn] [numpy/numpy] 3b825d: Simplify numpy/distutils/__init__.py

GitHub noreply at github.com
Mon May 25 01:19:07 EDT 2015


  Branch: refs/heads/master
  Home:   https://github.com/numpy/numpy
  Commit: 3b825d35fdcc72ae4790c70c139639a6bd7df178
      https://github.com/numpy/numpy/commit/3b825d35fdcc72ae4790c70c139639a6bd7df178
  Author: Andrea Bedini <andrea at andreabedini.com>
  Date:   2015-05-16 (Sat, 16 May 2015)

  Changed paths:
    M numpy/distutils/__init__.py

  Log Message:
  -----------
  Simplify numpy/distutils/__init__.py

Thanks to the presence of

    from __future__ import absolute_import

we don't need different code paths for Python 2/3.


  Commit: 08443023ddaf774d7b956323860be9b3ae2fa19a
      https://github.com/numpy/numpy/commit/08443023ddaf774d7b956323860be9b3ae2fa19a
  Author: Nathaniel J. Smith <njs at pobox.com>
  Date:   2015-05-24 (Sun, 24 May 2015)

  Changed paths:
    M numpy/distutils/__init__.py

  Log Message:
  -----------
  Merge pull request #5892 from andreabedini/master

Simplify numpy/distutils/__init__.py


Compare: https://github.com/numpy/numpy/compare/fd94000ffd02...08443023ddaf


More information about the Numpy-svn mailing list