Hi,

On Thu, 19 Jul 2007 09:40:24 +0200, Bruno Desthuilliers  
<[EMAIL PROTECTED]> wrote:
> there's absolutely no reason to use it no more since "new-style" classes  
> can do anything "Classic" classes did and much more. IOW, don't even  
> bother with old-style classes.

Just for the records: the new and preferred style is

class C(object):
     ...

Regards
Lutz
-- 
Using Opera's revolutionary e-mail client: http://www.opera.com/mail/
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to