This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author mstefanro
Recipients georg.brandl, gvanrossum, mstefanro, xiaq
Date 2012-07-29.19:01:53
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1343588514.14.0.968478570772.issue633930@psf.upfronthosting.co.za>
In-reply-to
Content
Only an issue in Python2.

    >>> A.B.__qualname__
    'A.B'
    >>> repr(A.B)
    "<class '__main__.A.B'>"
History
Date User Action Args
2012-07-29 19:01:54mstefanrosetrecipients: + mstefanro, gvanrossum, georg.brandl, xiaq
2012-07-29 19:01:54mstefanrosetmessageid: <1343588514.14.0.968478570772.issue633930@psf.upfronthosting.co.za>
2012-07-29 19:01:53mstefanrolinkissue633930 messages
2012-07-29 19:01:53mstefanrocreate