[Python-Dev] my first post: asking about a "decorator" module

Michele Simionato michele.simionato at gmail.com
Fri May 6 12:35:41 CEST 2005


On 5/5/05, Raymond Hettinger <python at rcn.com> wrote:
> 
> Yes, there has been quite a bit of interest including several ASPN
> recipes and a wiki:
> 
>    http://www.python.org/moin/PythonDecoratorLibrary

Thanks, I didn't know about that page. BTW, I notice that all the decorators
in that page are improper, in the sense that they change the signature of
the function they decorate. So, all those recipes would need some help
from my decorator module, to make them proper ;-)

http://www.phyast.pitt.edu/~micheles/python/decorator.zip


More information about the Python-Dev mailing list