From: Ezio Melotti Date: Sun, 9 Oct 2011 20:56:51 +0000 (+0300) Subject: #13138: add missing versionadded. Patch by Andreas Stührk. X-Git-Tag: v2.7.3rc1~409 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c54d97b96141ce77adbeda5735218a74045f4502;p=python #13138: add missing versionadded. Patch by Andreas Stührk. --- diff --git a/Doc/library/xml.etree.elementtree.rst b/Doc/library/xml.etree.elementtree.rst index a40fb65ee6..5fbbf20503 100644 --- a/Doc/library/xml.etree.elementtree.rst +++ b/Doc/library/xml.etree.elementtree.rst @@ -336,6 +336,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:: 2.7 + .. method:: iterfind(match)