diff options
-rw-r--r-- | Doc/library/xml.etree.elementtree.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Doc/library/xml.etree.elementtree.rst b/Doc/library/xml.etree.elementtree.rst index 18c35aa..a46d99d 100644 --- a/Doc/library/xml.etree.elementtree.rst +++ b/Doc/library/xml.etree.elementtree.rst @@ -335,6 +335,8 @@ Element Objects elements whose tag equals *tag* are returned from the iterator. If the tree structure is modified during iteration, the result is undefined. + .. versionadded:: 3.2 + .. method:: iterfind(match) |