decorators ?

Skip Montanaro skip at pobox.com
Wed Dec 1 08:51:19 EST 2004


    Jacek> Anything you can do with decorators, you could do before (with
    Jacek> the exception of rebinding the __name__ of functions).

And while that feature was added because we realized it would be nice if the
decorated function could have the same name as the original function, it
seems like that change could stand on its own merits.

Skip



More information about the Python-list mailing list