summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEzio Melotti <ezio.melotti@gmail.com>2011-10-09 21:03:15 (GMT)
committerEzio Melotti <ezio.melotti@gmail.com>2011-10-09 21:03:15 (GMT)
commit5b194cc8fbe964739d19b215411190edc91005dc (patch)
treea064328dcce9e4bee2fde0914bce1d70a22b244e
parentbe22d1d82aa69816e11c970babd482a2ba509e9a (diff)
parent138fc896c86c19bff056ebd54c62de3ce217f9e8 (diff)
downloadcpython-5b194cc8fbe964739d19b215411190edc91005dc.zip
cpython-5b194cc8fbe964739d19b215411190edc91005dc.tar.gz
cpython-5b194cc8fbe964739d19b215411190edc91005dc.tar.bz2
#13138: merge with 3.2.
-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)