]> granicus.if.org Git - python/commitdiff
#13138: add missing versionadded. Patch by Andreas Stührk.
authorEzio Melotti <ezio.melotti@gmail.com>
Sun, 9 Oct 2011 20:56:51 +0000 (23:56 +0300)
committerEzio Melotti <ezio.melotti@gmail.com>
Sun, 9 Oct 2011 20:56:51 +0000 (23:56 +0300)
Doc/library/xml.etree.elementtree.rst

index a40fb65ee6ebda1ae2cb2bb54f39aab7a50e9fe3..5fbbf2050322840956c34972b23de85a3e16615d 100644 (file)
@@ -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)