On 11/16/06, tomer filiba <[EMAIL PROTECTED]> wrote:
we should find some more/better use-cases than what i came up with, and show why class decorators are the right solution, and compare with function decorators.
A while ago I was trying to implement the Singleton or Borg design pattern and thought it could be elegantly made accessible via a class decorator. It proved otherwise. Maybe this is a useful use-case for you. regards André
_______________________________________________ Python-3000 mailing list [email protected] http://mail.python.org/mailman/listinfo/python-3000 Unsubscribe: http://mail.python.org/mailman/options/python-3000/archive%40mail-archive.com
