On Sun, Nov 20, 2011 at 2:57 PM, Terry Brown <[email protected]> wrote: > On Sat, 19 Nov 2011 19:03:22 -0800 (PST) > "Edward K. Ream" <[email protected]> wrote: > >> But just to be sure, I thought I would ask the Leonine Brain Trust >> (tm) if they know of any down sides to deriving from object. > > I'd say don't do it because...
Thanks for your response. I think eventually I will convert all classes to new-style classes, but not until the focus problems are fully resolved and tested for at least several weeks. Actually, I don't plan on doing the conversion this year. At present, Leo uses no mixin classes, and I'd like to keep it that way. Thus, the question of method resolution is moot. However, Python properties require new-style classes, iirc, and I think eventually the 2.x and 3.x versions of Leo should match as closely as possible. Edward -- You received this message because you are subscribed to the Google Groups "leo-editor" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/leo-editor?hl=en.
