[issue38255] Replace "method" with "attribute" in the description of super()

Josh Rosenberg report at bugs.python.org
Tue Sep 24 23:10:01 EDT 2019


Josh Rosenberg <shadowranger+python at gmail.com> added the comment:

I prefer rhettinger's PR to your proposed PR; while super() may be useful for things other than methods, the 99% use case is methods, and deemphasizing that is a bad idea. rhettinger's PR adds a note about other use cases without interfering with super()'s primary use case.

----------
nosy: +josh.r

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


More information about the Python-bugs-list mailing list