On Fri, Sep 21, 2012 at 1:23 AM, Chris Angelico <[email protected]> wrote: > On Fri, Sep 21, 2012 at 8:58 AM, <[email protected]> wrote: <snip> > That gets the result, but probably not in the cleanest way. I'm not > sure off-hand if Python has a convenient way to curry a function,
http://docs.python.org/library/functools.html#functools.partial Cheers, Chris of the Northern Hemisphere -- http://mail.python.org/mailman/listinfo/python-list
