tomer filiba wrote: > i suggest splitting this overloaded meaning into two separate builtins: > * type(name, bases, dict) - a factory for types > * typeof(obj) - returns the type of the object Or just drop the function usage altogether and make __class__ the one obvious way to find out something's class/type. -- Greg