Serhiy Storchaka <storchaka+cpyt...@gmail.com> added the comment: Error messages "object.__init__() takes no arguments" and "object.__new__() takes no arguments" are wrong. They contradicts the following error messages:
>>> object.__init__() Traceback (most recent call last): File "<stdin>", line 1, in <module> TypeError: descriptor '__init__' of 'object' object needs an argument >>> object.__new__() Traceback (most recent call last): File "<stdin>", line 1, in <module> TypeError: object.__new__(): not enough arguments ---------- stage: -> needs patch _______________________________________ Python tracker <rep...@bugs.python.org> <https://bugs.python.org/issue31506> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com