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 eric.snow
Recipients docs@python, eric.snow
Date 2014-04-15.15:57:26
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1397577446.45.0.129673687933.issue21240@psf.upfronthosting.co.za>
In-reply-to
Content
I'd like to be able to mark abstract methods in the docs more explicitly and have their presentation in the docs be more obvious.  So I'd like to propose "abstractmethod" as a new directive to join the existing ones (classmethod, staticmethod, etc.).

(This is motivated by msg216314.)
History
Date User Action Args
2014-04-15 15:57:26eric.snowsetrecipients: + eric.snow, docs@python
2014-04-15 15:57:26eric.snowsetmessageid: <1397577446.45.0.129673687933.issue21240@psf.upfronthosting.co.za>
2014-04-15 15:57:26eric.snowlinkissue21240 messages
2014-04-15 15:57:26eric.snowcreate