mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
Consistency check for versionadded/changed directives.
This commit is contained in:
parent
9e25701e87
commit
67b21b7547
33 changed files with 129 additions and 114 deletions
|
@ -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.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue