[issue3736] super is a built-in type

Raymond Hettinger report at bugs.python.org
Thu Oct 2 04:38:06 CEST 2008


Raymond Hettinger <rhettinger at users.sourceforge.net> added the comment:

The super() docs have been updated to be more clear.  It is still listed
amongst built-in functions -- that list doesn't separate callables that
are also types, so super() is appropriately listed side-by-side with
tuple().

----------
resolution:  -> fixed
status: open -> closed

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue3736>
_______________________________________


More information about the Python-bugs-list mailing list