decorator module in stdlib?

Daniel Fetchinson fetchinson at googlemail.com
Mon Apr 6 20:41:33 EDT 2009


The decorator module [1] written by Michele Simionato is a very useful
tool for maintaining function signatures while applying a decorator.
Many different projects implement their own versions of the same
functionality, for example turbogears has its own utility for this, I
guess others do something similar too.

Was the issue whether to include this module in the stdlib raised? If
yes, what were the arguments against it? If not, what do you folks
think, shouldn't it be included? I certainly think it should be.

Cheers,
Daniel

[1] http://pypi.python.org/pypi/decorator

-- 
Psss, psss, put it down! - http://www.cafepress.com/putitdown



More information about the Python-list mailing list