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 georg.brandl
Recipients Arfrever, amaury.forgeotdarc, benjamin.peterson, docs@python, eryksun, georg.brandl, pitrou, techdragon
Date 2014-11-04.17:46:55
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1415123215.37.0.430428166168.issue22790@psf.upfronthosting.co.za>
In-reply-to
Content
> So, dir(C) contains '__mro__', but not 'mro'?

That can be discussed.

But I would argue that at least __name__, __bases__ and __qualname__ are interesting attributes for the user.  Same for methods like __subclasses__().

Otherwise, it's quite ironic to prevent attributes that allow introspection in the first place from being displayed in one of the main features used for introspection.
History
Date User Action Args
2014-11-04 17:46:55georg.brandlsetrecipients: + georg.brandl, amaury.forgeotdarc, pitrou, benjamin.peterson, Arfrever, docs@python, eryksun, techdragon
2014-11-04 17:46:55georg.brandlsetmessageid: <1415123215.37.0.430428166168.issue22790@psf.upfronthosting.co.za>
2014-11-04 17:46:55georg.brandllinkissue22790 messages
2014-11-04 17:46:55georg.brandlcreate