Hi, While converting some Numeric based code to numpy, I noticed that in Numeric array([None])==None returns array([1]) while in numpy it returns False. Is this expected behaviour or a bug? Pearu