[docs] [issue29010] Incorrect description about scope related with inheritance

Brendan Donegan report at bugs.python.org
Tue Dec 20 09:49:45 EST 2016


Brendan Donegan added the comment:

Worth putting them side by side I think:

"The name BaseClassName must be defined in a scope containing the derived class definition"

vs.

"BaseClassName must be defined in a namespace accessible from the scope containing the derived class definition"

----------

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


More information about the docs mailing list