PEP 318 - posting draft

Skip Montanaro skip at pobox.com
Wed Mar 24 10:34:53 EST 2004


    Michele> However, may I suggest that (for Python 2.4) we only implement
    Michele> single decorators for functions only? The order of application
    Michele> in the case of multiple decorators is not obvious and actually
    Michele> I am not convinced the current proposal is the best one for the
    Michele> multiple decorator case.  

This has been hashed out a bit in python-dev.  Start here:

    http://mail.python.org/pipermail/python-dev/2004-March/thread.html

Search for "order of decorator application".

Skip




More information about the Python-list mailing list