> class Event(object): > > Always subclass object, unless you have a very compelling reason not to, > or you are subclassing something else. >
I've thought that if I write
class Event:
pass
, it'll be subclass of object too, I was wrong?
--
Best regards, Alex Gusarov
--
http://mail.python.org/mailman/listinfo/python-list
