Re: Times where one would use new style classes vs classic classes

2008-07-03 Thread Quek
On Jul 3, 3:11 pm, Bruno Desthuilliers  wrote:
> Quek a écrit :
>
> > Hi all,
>
> > I'm reallynewto Python and I've been reading up some texts on older
> > versions of Python (2.2 to be specific).
>
> > The text briefly mentionednewstyleand classic classes.
>
> > I'd really like to know in the current context of Python 2.5, besides
> > in the cases of multi-inheritance, where would I usenewstyle
> > classes?
>
> Everywhere you don't have to support compat with ages-old versions of
> Python. MI is not the main point of newstyle classes (FWIW, you can do
> MI with old-styleclasses too), they have quite a lot more to offer.
> Consider "classic" classes as a legacy feature, period.

Thanks everyone.
--
http://mail.python.org/mailman/listinfo/python-list


Times where one would use new style classes vs classic classes

2008-07-02 Thread Quek
Hi all,

I'm really new to Python and I've been reading up some texts on older
versions of Python (2.2 to be specific).

The text briefly mentioned new style and classic classes.

I'd really like to know in the current context of Python 2.5, besides
in the cases of multi-inheritance, where would I use new style
classes? Is it a norm to use more new style classes even if I don't
have multi-inheritance in the industry, open source projects, etc
today?

If this isn't the right place to ask these questions, could some one
point me somewhere more appropriate?

Thanks a lot.
--
http://mail.python.org/mailman/listinfo/python-list