Does it make a difference if you put subclass object or not ?

What is the difference between c1 and c2 here:

class c1:
  pass

class c2(object):
  pass



Thanks,

Yves.
http://www.SollerS.ca
--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to