>>> import types
>>> class OldStyle: pass
... 
>>> type(OldStyle) == types.ClassType
True

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to