[docs] [issue25772] Misleading descriptions about built-in `super.`
R. David Murray
report at bugs.python.org
Tue Dec 1 11:07:36 EST 2015
R. David Murray added the comment:
Just FYI, 'super' is not a type, it is a function that returns a proxy. (In python3 there is also compiler magic involved in the no-argument form, but it is still a function :)
----------
nosy: +r.david.murray
title: Misleading descriptions about built-in type `super.` -> Misleading descriptions about built-in `super.`
_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue25772>
_______________________________________
More information about the docs
mailing list