class definition

Yves Dorfsman yves at zioup.com
Wed May 7 19:40:26 EDT 2008


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



More information about the Python-list mailing list