The Python Wiki has some example decorators at http://wiki.python.org/moin/PythonDecoratorLibrary. I think the CGIMethod wrapper is a good intuitive example, and memoize is a good technique to add to your Python toolkit.
-- Paul _______________________________________________ Tutor maillist - [email protected] http://mail.python.org/mailman/listinfo/tutor
