In <[EMAIL PROTECTED]>, K.S.Sreeram
wrote:

>> BTW, if that's what gangesmaster is after then it seem to work already. 
>> Put ``(object)`` after ``X`` and return something, say 'a' and 'b', in the
>> getters and the example prints 'a' and 'b'.
> 
> btw, the example seems to work even with old-style classes.

Yes, but setting properties works only with new-style classes.  So I use
them whenever I use properties.  In my mind properties and new-style
classes are linked together.

Ciao,
        Marc 'BlackJack' Rintsch
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to