On 5/28/2011 3:46 PM, Robert Kern wrote:
> mylist.__contains__(x), it should treat all objects exactly
> the same: check if it equals any item that it contains. There is no
> way for it to say, "Oh, I don't know how to deal with this type, so
> I'll pass it over to x.__contains__()".


Which makes my comment redundant ...
_______________________________________________
NumPy-Discussion mailing list
NumPy-Discussion@scipy.org
http://mail.scipy.org/mailman/listinfo/numpy-discussion

Reply via email to