This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author markonervo
Recipients alex, collinwinter, eric.araujo, ezio.melotti, gregory_p, markonervo, pitrou, rhettinger, serprex
Date 2011-11-18.20:20:21
SpamBayes Score 1.2197077e-07
Marked as misclassified No
Message-id <1321647621.99.0.615892758238.issue13430@psf.upfronthosting.co.za>
In-reply-to
Content
> 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.
History
Date User Action Args
2011-11-18 20:20:22markonervosetrecipients: + markonervo, collinwinter, rhettinger, pitrou, gregory_p, ezio.melotti, eric.araujo, alex, serprex
2011-11-18 20:20:21markonervosetmessageid: <1321647621.99.0.615892758238.issue13430@psf.upfronthosting.co.za>
2011-11-18 20:20:21markonervolinkissue13430 messages
2011-11-18 20:20:21markonervocreate