[Python-ideas] Syntax for defining parametric decorators

Nick Coghlan ncoghlan at gmail.com
Thu Jul 12 09:17:06 CEST 2012


On Thu, Jul 12, 2012 at 5:05 PM, Steven D'Aprano <steve at pearwood.info> wrote:
> I prefer a stronger tool set in functools, including a way to use
> partial on arguments from the right.

FWIW, my hope is that the provision of PEP 362 in Python 3.3 will
encourage third parties to explore some richer options for
manipulating callables now that it's much easier to get a clear
definition of their signature.

Cheers,
Nick.

-- 
Nick Coghlan   |   ncoghlan at gmail.com   |   Brisbane, Australia



More information about the Python-ideas mailing list