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

woo yoo report at bugs.python.org
Mon Dec 19 08:15:34 EST 2016


woo yoo added the comment:

Code:
>class A(object):
    pass

'object' is not in the same scope as 'A'

----------

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


More information about the docs mailing list