Message 166802 - Python tracker (original) (raw)

Message166802

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:54 mstefanro set recipients: + mstefanro, gvanrossum, georg.brandl, xiaq
2012-07-29 19:01:54 mstefanro set messageid: 1343588514.14.0.968478570772.issue633930@psf.upfronthosting.co.za
2012-07-29 19:01:53 mstefanro link issue633930 messages
2012-07-29 19:01:53 mstefanro create