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 ezio.melotti
Recipients Tony R., brett.cannon, docs@python, eric.araujo, ezio.melotti, georg.brandl, r.david.murray
Date 2015-10-27.15:32:16
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1445959937.27.0.146244844886.issue25467@psf.upfronthosting.co.za>
In-reply-to
Content
I would rather avoid a JS-based solution.

It should be possible to create a mixin that adds the checks for deprecated/versionadded directives among the children of the node, and then define new directives for functions/methods/classes that inherit from the existing one and the mixin.
These directives can be added to https://hg.python.org/cpython/file/tip/Doc/tools/extensions/pyspecific.py
History
Date User Action Args
2015-10-27 15:32:17ezio.melottisetrecipients: + ezio.melotti, brett.cannon, georg.brandl, eric.araujo, r.david.murray, docs@python, Tony R.
2015-10-27 15:32:17ezio.melottisetmessageid: <1445959937.27.0.146244844886.issue25467@psf.upfronthosting.co.za>
2015-10-27 15:32:17ezio.melottilinkissue25467 messages
2015-10-27 15:32:16ezio.melotticreate