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 benjamin.peterson
Recipients benjamin.peterson, daniel.urban, eric.araujo, r.david.murray, roalddevries, terry.reedy
Date 2010-10-02.17:53:46
SpamBayes Score 0.0009502161
Marked as misclassified No
Message-id <1286042027.78.0.950052186389.issue9533@psf.upfronthosting.co.za>
In-reply-to
Content
You can now create metaclass abcs. However, having __abstractmethods__ does not prevent instance creation. This is a problem with a builtins, though.
History
Date User Action Args
2010-10-02 17:53:47benjamin.petersonsetrecipients: + benjamin.peterson, terry.reedy, eric.araujo, r.david.murray, daniel.urban, roalddevries
2010-10-02 17:53:47benjamin.petersonsetmessageid: <1286042027.78.0.950052186389.issue9533@psf.upfronthosting.co.za>
2010-10-02 17:53:46benjamin.petersonlinkissue9533 messages
2010-10-02 17:53:46benjamin.petersoncreate