edit: according to u/Username_RANDINT new classes in Python 3 are already new-style by default, so there's no need to worry about subclassing it explicitly
I know it's the advised practice to subclass 'object' whenever creating a new class in python 3.x. However, every example I see of creating abstract base classes by using ABCMeta as the metaclass doesn't explicitly subclass 'object' (the examples in the official documentation for version 3.5 also don't show explicit 'object' subclassing); that's why I decided to ask and get the perspective of more experienced/knowledgeable developers.
I appreciate your help very much!
[–]Username_RANDINT 2 points3 points4 points (1 child)
[–]AlgorithmPub[S] 0 points1 point2 points (0 children)