[Numpy-svn] [numpy/numpy] c85481: MAINT: Use `is None` or `is not None` instead of `...

GitHub noreply at github.com
Mon Feb 15 21:55:05 EST 2016


  Branch: refs/heads/master
  Home:   https://github.com/numpy/numpy
  Commit: c854818b60d904e2dbaa48710490441a63d0f836
      https://github.com/numpy/numpy/commit/c854818b60d904e2dbaa48710490441a63d0f836
  Author: Dongjoon Hyun <dongjoon at apache.org>
  Date:   2016-02-15 (Mon, 15 Feb 2016)

  Changed paths:
    M numpy/core/code_generators/generate_umath.py
    M numpy/tests/test_scripts.py

  Log Message:
  -----------
  MAINT: Use `is None` or `is not None` instead of `== None` or `!= None`.


  Commit: 0de123452d6c25a8708ba1e3d921ab7dbd772516
      https://github.com/numpy/numpy/commit/0de123452d6c25a8708ba1e3d921ab7dbd772516
  Author: Nathaniel J. Smith <njs at pobox.com>
  Date:   2016-02-16 (Tue, 16 Feb 2016)

  Changed paths:
    M numpy/core/code_generators/generate_umath.py
    M numpy/tests/test_scripts.py

  Log Message:
  -----------
  Merge pull request #7256 from dongjoon-hyun/replace_is_none

MAINT: Use `is None` or `is not None` instead of `== None` or `!= None`.


Compare: https://github.com/numpy/numpy/compare/2f8068c5d566...0de123452d6c


More information about the Numpy-svn mailing list