[issue44090] Add class binding to unbound super objects for allowing autosuper with class methods

Guido van Rossum report at bugs.python.org
Wed Mar 30 14:11:51 EDT 2022


Guido van Rossum <guido at python.org> added the comment:

Yeah, I see no description of what you can do with an unbound super object in the docs (https://docs.python.org/3/library/functions.html#super), and experimentation with it does not reveal any useful functionality.

You may want to open a new issue for this, and we'll probably have to propose a 2-release deprecation period and start issuing a deprecation warning, in case there are nevertheless users (like autosuper clones).

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue44090>
_______________________________________


More information about the Python-bugs-list mailing list