RELEASED Python 2.4, alpha 2

Christopher T King squirrel at WPI.EDU
Thu Aug 5 13:54:32 EDT 2004


On Thu, 5 Aug 2004, David Eppstein wrote:

> If this is an actual possibility, there's nothing preventing you from 
> wrapping a decorated def inside a try-except block.

And then being forced to duplicate the function definition.  The way
around this is, of course, to decorate manually, but then your decorators
are segmented (some at the top of the function, some at the bottom).




More information about the Python-list mailing list