thouis / numpy-trac-migration

numpy Trac to github issues migration
2 stars 3 forks source link

numpy False is not python False (Trac #2107) #5903

Open numpy-gitbot opened 11 years ago

numpy-gitbot commented 11 years ago

Original ticket http://projects.scipy.org/numpy/ticket/2107 on 2012-04-16 by trac user alexa, assigned to unknown.

i doubt this is a bug, but i found the following behavior unexpected.

np.False_ is False returns False

np.False_ == False returns True