Re: [Tutor] python decorators

2006-10-30 Thread euoar
Kent Johnson escribió: > euoar wrote: >> Could somebody explain or point to a good place to learn what are >> python decorators, and when should they be used? > > http://www.python.org/doc/2.4.4/whatsnew/node6.html > http://wiki.python.org/moin/PythonDecoratorLibrary > http://www.phyast.pitt.edu/~

Re: [Tutor] python decorators

2006-10-30 Thread Kent Johnson
euoar wrote: > Could somebody explain or point to a good place to learn what are python > decorators, and when should they be used? http://www.python.org/doc/2.4.4/whatsnew/node6.html http://wiki.python.org/moin/PythonDecoratorLibrary http://www.phyast.pitt.edu/~micheles/python/documentation.html