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 christian.heimes
Recipients christian.heimes, gvanrossum, mark
Date 2007-11-30.14:33:35
SpamBayes Score 0.07206932
Marked as misclassified No
Message-id <1196433215.68.0.539189590917.issue1109@psf.upfronthosting.co.za>
In-reply-to
Content
Fixed in r59233. Please adjust the error message if you don't like it.

TypeError: register() cannot be called on an ABCMeta subclass, use class
Example(metaclass=abc.ABCMeta) instead.
History
Date User Action Args
2007-11-30 14:33:35christian.heimessetspambayes_score: 0.0720693 -> 0.07206932
recipients: + christian.heimes, gvanrossum, mark
2007-11-30 14:33:35christian.heimessetspambayes_score: 0.0720693 -> 0.0720693
messageid: <1196433215.68.0.539189590917.issue1109@psf.upfronthosting.co.za>
2007-11-30 14:33:35christian.heimeslinkissue1109 messages
2007-11-30 14:33:35christian.heimescreate