[issue633930] Nested class __name__

Stefan Mihaila report at bugs.python.org
Sun Jul 29 21:01:54 CEST 2012


Stefan Mihaila added the comment:

Only an issue in Python2.

    >>> A.B.__qualname__
    'A.B'
    >>> repr(A.B)
    "<class '__main__.A.B'>"

----------
nosy: +mstefanro
versions: +Python 2.6, Python 2.7

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


More information about the Python-bugs-list mailing list