From: Yukihiro Matsumoto Date: 2004-11-24T12:34:20+09:00 Subject: Re: How to avoid inheriting Object? Hi, In message "Re: How to avoid inheriting Object?" on Wed, 24 Nov 2004 12:28:01 +0900, "itsme213" writes: | |I am creating classes to model a domain and want to start with a 'blank |slate' i.e. without all the methods defined on Object. At least I think |that's what I want. Undefining methods may accomplish what you want. But I think you have to keep "some" methods such as __id__, __send__, etc. matz.