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 gvanrossum
Recipients
Date 2007-04-24.22:45:36
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
This implements a new builtin, abstractmethod, which when used as a method decorator declares the method to be abstract, causing the class to be abstract (i.e. it cannot be instantiated).  A subclass of an abstract class is still abstract unless it overrides all abstract base methods.
History
Date User Action Args
2007-08-23 15:58:14adminlinkissue1706989 messages
2007-08-23 15:58:14admincreate