> Please review http://projects.scipy.org/scipy/numpy/changeset/5117. > Stefan, I don't think we really need the dtype_or_type keyword. It seems that we could just check the first argument (dtype) to see if it is a subtype of the ndarray and assume that it is type= in that case. -Travis