summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEzio Melotti <ezio.melotti@gmail.com>2011-10-10 00:02:03 +0300
committerEzio Melotti <ezio.melotti@gmail.com>2011-10-10 00:02:03 +0300
commit138fc896c86c19bff056ebd54c62de3ce217f9e8 (patch)
tree6f413982ca53ec1501c50be0fde097dfd248bed0
parentdf7c4cde48fc3becf962637760487489c431ed02 (diff)
downloadcpython-git-138fc896c86c19bff056ebd54c62de3ce217f9e8.tar.gz
#13138: add missing versionadded.
-rw-r--r--Doc/library/xml.etree.elementtree.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/Doc/library/xml.etree.elementtree.rst b/Doc/library/xml.etree.elementtree.rst
index 18c35aa290..a46d99d969 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)