>>> import types >>> class OldStyle: pass ... >>> type(OldStyle) == types.ClassType True
-- http://mail.python.org/mailman/listinfo/python-list
>>> import types >>> class OldStyle: pass ... >>> type(OldStyle) == types.ClassType True
-- http://mail.python.org/mailman/listinfo/python-list