summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEzio Melotti <ezio.melotti@gmail.com>2011-10-09 21:02:03 (GMT)
committerEzio Melotti <ezio.melotti@gmail.com>2011-10-09 21:02:03 (GMT)
commit138fc896c86c19bff056ebd54c62de3ce217f9e8 (patch)
tree6f413982ca53ec1501c50be0fde097dfd248bed0
parentdf7c4cde48fc3becf962637760487489c431ed02 (diff)
downloadcpython-138fc896c86c19bff056ebd54c62de3ce217f9e8.zip
cpython-138fc896c86c19bff056ebd54c62de3ce217f9e8.tar.gz
cpython-138fc896c86c19bff056ebd54c62de3ce217f9e8.tar.bz2
#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 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)