Hi there,
More often I see something like this:

class Myclass:
...


but sometimes I see

class Myclass(object):
...


Question: which way is preferable?

-- 
Manfred

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

Reply via email to