Steven D'Aprano <steve+pyt...@pearwood.info> added the comment:
Code churn for no good reason is not a good idea. I cannot think of any good reasons to change this: - it doesn't add new functionality; - it doesn't fix bugs; - it doesn't make the code easier to maintain; - it makes the code LESS clear instead of more clear; - PEP 8 doesn't have an opinion on whether to explicitly or implicitly inherit from object; - but the Zen of Python ("import this") does. Do you have any good reasons for removing the explicit inheritance from object? ---------- nosy: +steven.daprano _______________________________________ Python tracker <rep...@bugs.python.org> <https://bugs.python.org/issue40032> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com