]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
#13138: add missing versionadded.
authorEzio Melotti <ezio.melotti@gmail.com>
Sun, 9 Oct 2011 21:02:03 +0000 (00:02 +0300)
committerEzio Melotti <ezio.melotti@gmail.com>
Sun, 9 Oct 2011 21:02:03 +0000 (00:02 +0300)
Doc/library/xml.etree.elementtree.rst

index 18c35aa290c39eb56c47319a0070077193f6194e..a46d99d969e5e44e8ac44e3a049736725df2c25c 100644 (file)
@@ -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)