On Wednesday 26 January 2005 21:24, M.E.Farmer wrote:
Hello Frans, What you are seeing is a step on the path to unification of types and classes.
I changed all base classes in my project to inherit object. There appears to be no reason to not do it, AFAICT.
Exactly. My advice is to use new-style classes unless you have a reason not to (if you're inheriting from a builtin type, then there is no need to inherit from object as well - the builtin types already have the correct basic type).
Cheers, Nick.
-- Nick Coghlan | [EMAIL PROTECTED] | Brisbane, Australia --------------------------------------------------------------- http://boredomandlaziness.skystorm.net -- http://mail.python.org/mailman/listinfo/python-list