On Mon, Apr 9, 2012 at 10:53 AM, Michael McNeil Forbes <[email protected]> wrote: > It seems like functools.partial is the appropriate tool to use here > which means I will have to deal with the
functools was added in Python 2.5, and so far numpy is still trying to maintain 2.4 compatibility. (Not that this is particularly complicated code to reimplement.) - N _______________________________________________ NumPy-Discussion mailing list [email protected] http://mail.scipy.org/mailman/listinfo/numpy-discussion
