Why do Python classes inherit object?

Why does the following class declaration inherit from object?

class MyClass(object):
    ...

← Назад к списку