On Thu, Sep 11, 2014 at 3:27 PM, Neal Becker <[email protected]> wrote: > It would be useful if u.resize returned the new array, so it could be used for > chaining operations
Same reason why list.sort() and friends return None. https://docs.python.org/2/faq/design.html#why-doesn-t-list-sort-return-the-sorted-list -- Robert Kern _______________________________________________ NumPy-Discussion mailing list [email protected] http://mail.scipy.org/mailman/listinfo/numpy-discussion
