Tohle vypada zajimave - z comp.lang.python: >I've found two different ways to do it in the documentation: > >new.classobj(name, baseclasses, dict) > > This creates an old-style class (new.classobj being the old-style metaclass). >type(name, bases, dict) > > This creates a new-style class ... JP