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 amaury.forgeotdarc
Recipients BreamoreBoy, amaury.forgeotdarc, dmaurer, facundobatista, flub, gvanrossum, jotr, pitrou
Date 2011-12-11.19:24:38
SpamBayes Score 0.053511318
Marked as misclassified No
Message-id <1323631479.57.0.496370282723.issue1785@psf.upfronthosting.co.za>
In-reply-to
Content
The 'type' object now has the same issue: __abstractmethods__ appears in dir(type) but type.__abstractmethods__ fails with an AttributeError.
See issue13581
History
Date User Action Args
2011-12-11 19:24:39amaury.forgeotdarcsetrecipients: + amaury.forgeotdarc, gvanrossum, facundobatista, dmaurer, pitrou, flub, jotr, BreamoreBoy
2011-12-11 19:24:39amaury.forgeotdarcsetmessageid: <1323631479.57.0.496370282723.issue1785@psf.upfronthosting.co.za>
2011-12-11 19:24:39amaury.forgeotdarclinkissue1785 messages
2011-12-11 19:24:38amaury.forgeotdarccreate