Consistency check for versionadded/changed directives.

This commit is contained in:
Georg Brandl 2010-08-17 15:07:14 +00:00
parent 9e25701e87
commit 67b21b7547
33 changed files with 129 additions and 114 deletions

View file

@ -309,13 +309,13 @@ Element Objects
.. method:: getchildren()
.. deprecated:: 2.7
.. deprecated:: 3.2
Use ``list(elem)`` or iteration.
.. method:: getiterator(tag=None)
.. deprecated:: 2.7
.. deprecated:: 3.2
Use method :meth:`Element.iter` instead.
@ -427,7 +427,7 @@ ElementTree Objects
.. method:: getiterator(tag=None)
.. deprecated:: 2.7
.. deprecated:: 3.2
Use method :meth:`ElementTree.iter` instead.
@ -589,7 +589,7 @@ XMLParser Objects
.. method:: doctype(name, pubid, system)
.. deprecated:: 2.7
.. deprecated:: 3.2
Define the :meth:`TreeBuilder.doctype` method on a custom TreeBuilder
target.