On 5/14/07, Phillip J. Eby <[EMAIL PROTECTED]> wrote: > I don't see what the benefit is of making people implement their own > versions of @before, @after, and @around, which then won't > interoperate properly with others' versions of the same thing. Even > if we leave in place the MethodList base class (which Before and > After are subclasses of), one of its limitations is that it can only > combine methods of the same type.
That sounds broken; could you use a numeric precedence with default levels, like the logging library does? -jJ _______________________________________________ Python-3000 mailing list [email protected] http://mail.python.org/mailman/listinfo/python-3000 Unsubscribe: http://mail.python.org/mailman/options/python-3000/archive%40mail-archive.com
