Sasha wrote: > I never said that. What I said was x.reshape(shape) returns x itself > if shape==x.shape and a view othrwise. Is this true? I just checked on it and it didn't seem to be the case. Perhaps this was "fixed" during the recent reshape bug-fix. -Travis