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 amaury.forgeotdarc, georg.brandl, techdragon
Date 2014-11-04.09:29:37
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1415093377.48.0.335242530583.issue22790@psf.upfronthosting.co.za>
In-reply-to
Content
The missing attributes are some of those defined in type_getsets, i.e.

__name__
__qualname__
__bases__
__abstractmethods__
__text_signature__

The latter two are obscure enough that it probably doesn't matter, but the first three should definitely be there.
History
Date User Action Args
2014-11-04 09:29:37georg.brandlsetrecipients: + georg.brandl, amaury.forgeotdarc, techdragon
2014-11-04 09:29:37georg.brandlsetmessageid: <1415093377.48.0.335242530583.issue22790@psf.upfronthosting.co.za>
2014-11-04 09:29:37georg.brandllinkissue22790 messages
2014-11-04 09:29:37georg.brandlcreate