On Mon, Jul 5, 2010 at 2:07 AM, Anthra Norell <anthra.nor...@bluewin.ch> wrote: > I try to use "new.new.classobj (name, baseclass, dict)" and have no clue
Slight tangent: Note that both the `new` module and old-style classes (which are what `classobj` produces) are deprecated. To produce new-style classes dynamically, use `type`. Cheers, Chris -- http://blog.rebertia.com -- http://mail.python.org/mailman/listinfo/python-list