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 eryksun
Recipients amaury.forgeotdarc, eryksun, georg.brandl, techdragon
Date 2014-11-04.09:34:37
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1415093678.09.0.675171529667.issue22790@psf.upfronthosting.co.za>
In-reply-to
Content
You won't find the __qualname__ data descriptor in dir(Foo.Bar) because it's defined by the metaclass, `type`. Attributes from the metaclass have always been excluded from the dir() of a class.
History
Date User Action Args
2014-11-04 09:34:38eryksunsetrecipients: + eryksun, georg.brandl, amaury.forgeotdarc, techdragon
2014-11-04 09:34:38eryksunsetmessageid: <1415093678.09.0.675171529667.issue22790@psf.upfronthosting.co.za>
2014-11-04 09:34:38eryksunlinkissue22790 messages
2014-11-04 09:34:37eryksuncreate