[Python] classic vs new-style Python classes

Rob Hudson rob at cogit8.org
Mon Jun 2 11:55:45 PDT 2008


Anyone know more about "new-style" classes?

See this:
http://jcalderone.livejournal.com/39678.html

Should you or shouldn't you derive from `object`?  Based on that post
it seems buggy if you do, but then why is it the "new-style"?

-Rob


More information about the Python mailing list