In older Python versions when you create a class, it can inherit from object
which is as far I understand a special built-in Python element that allows your class to be a new-style class.
What about newer versions (> 3.0 and 2.6)? I googled about the object
class but I get so many results (for obvious reasons).
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…