[issue21240] Add an abstactmethod directive to the Python ReST domain

Berker Peksag report at bugs.python.org
Wed Apr 16 21:01:26 CEST 2014


Berker Peksag added the comment:

Here's patch. The new PyAbstractMethod class is basically a subclass of the sphinx.domains.python.PyClassmember class which implements the method, classmethod and staticmethod directives.

----------
keywords: +patch
nosy: +berker.peksag
stage:  -> patch review
Added file: http://bugs.python.org/file34920/issue21240.diff

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue21240>
_______________________________________


More information about the Python-bugs-list mailing list