Closed migueldvb closed 8 years ago
So this is just to make it compatible with Python 2.2 and older? 2.7 and 3.x should already be OK?
For python 3.x it does not matter to have the new style declaration because this is the default, but for python 2.x > 2.2 it is better to have it because it adds some new features like descriptors.
The class declaration makes some things work in python 2 where class does not inherit from object explicitely. It is compatible with python 2.2 and older.