I know it was mentioned that we should make all classes in scipy new style classes. This can be accomplished easily by a module level definition of __metaclass__ = type All classes in the module will be "new-style" (i.e. inherit from object) -Travis