PEP 318 decorators are not Decorators

Daniel Dittmar daniel.dittmar at sap.com
Fri Aug 13 04:07:15 EDT 2004


Arien Malec wrote:
> decorator. One of the issues is that the Decorator pattern is more

The term decorator as used in the current discussion comes from compiler
writing. You have a syntax 'tree' which gets 'decorated' with additional
attributes.

Daniel





More information about the Python-list mailing list