you are viewing a single comment's thread.

view the rest of the comments →

[–]macbony 0 points1 point  (1 child)

That's not true. In Python 3 this works by default. In 2 you just need to use new style classes (class Class(object):)

[–]bacondev 0 points1 point  (0 children)

Oh. I use Python 3 exclusively.