Diff. between Class types and classic classes

2005-11-08 Thread venk
Hi, can some one properly explain the differences between class types and classic classes? ... Still face problems in identifying what is what. -- http://mail.python.org/mailman/listinfo/python-list

Re: Diff. between Class types and classic classes

2005-11-08 Thread bruno at modulix
venk wrote: > Hi, > can some one properly explain the differences between class types and > classic classes? ... Still face problems in identifying what is what. I'm not sure I understand your question. Are you talking about the diff between old-style and new-style classes, or the diff between c

Re: Diff. between Class types and classic classes

2005-11-08 Thread Colin J. Williams
bruno at modulix wrote: > venk wrote: > >>Hi, >> can some one properly explain the differences between class types and >>classic classes? ... Still face problems in identifying what is what. > > > I'm not sure I understand your question. Are you talking about the diff > between old-style and ne

Re: Diff. between Class types and classic classes

2005-11-08 Thread Bruno Desthuilliers
Colin J. Williams a écrit : > bruno at modulix wrote: > >> venk wrote: >> >>> Hi, >>> can some one properly explain the differences between class types and >>> classic classes? ... Still face problems in identifying what is what. >> >> >> >> I'm not sure I understand your question. Are you talkin

Re: Diff. between Class types and classic classes

2005-11-09 Thread Colin J. Williams
Bruno Desthuilliers wrote: > Colin J. Williams a écrit : > >> bruno at modulix wrote: >> >>> venk wrote: >>> Hi, can some one properly explain the differences between class types and classic classes? ... Still face problems in identifying what is what. >>> >>> >>> >>> >>> I'm not s

Re: Diff. between Class types and classic classes

2005-11-11 Thread venk
Dear Colin, Forgive me for this late reply. Your explanation was of great help to me. Thank you very much. It was crystal clear. -- http://mail.python.org/mailman/listinfo/python-list