On Sep 6, 2008, at 9:15 PM, cipher wrote:

Whats the mro (method resolution order) of a setter property (__set__
on a descriptor).
i seem to be experiencing some weird issue with them.
for example

class test:

You have to use class test(object). Only new style classes accepts properties.

Cheers
   Tommy
--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to