"Just van Rossum" <just at letterror.com> wrote ... > I once proposed (and implemented as an extension to the metaclass hook) > this: > > class Foo: > __class__ = WeirdClass > > I still don't think that's all that bad, especially since it screams > magic at you... Is your code available somewhere? Thomas