On Sat, 19 Nov 2011 19:03:22 -0800 (PST)
"Edward K. Ream" <edream...@gmail.com> 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 

class Foo:

is prettier than

class Foo(object):

and in py 3.x they're equivalent :-)

Cheers -Terry

-- 
You received this message because you are subscribed to the Google Groups 
"leo-editor" group.
To post to this group, send email to leo-editor@googlegroups.com.
To unsubscribe from this group, send email to 
leo-editor+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/leo-editor?hl=en.

Reply via email to