[issue13430] Add a curry function to the functools module

Marko Nervo report at bugs.python.org
Fri Nov 18 21:20:21 CET 2011


Marko Nervo <marko at python.it> added the comment:

> You will have to try a bit
> harder and showcase examples of *useful* code that are made
> significantly easier through the use of curry().

Curry is a more advanced functools.partial. So, it could be used *at least* as partial, but it is more powerfull, usable and readable. I think it's a valid reason; if it isn't, I haven't anything else to say.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue13430>
_______________________________________


More information about the Python-bugs-list mailing list