commit | c54d97b96141ce77adbeda5735218a74045f4502 | [log] [tgz] |
---|---|---|
author | Ezio Melotti <ezio.melotti@gmail.com> | Sun Oct 09 23:56:51 2011 +0300 |
committer | Ezio Melotti <ezio.melotti@gmail.com> | Sun Oct 09 23:56:51 2011 +0300 |
tree | a982a69298ebdccb8b557beeecb33d58a9d86a07 | |
parent | 3e0a3faaa2ab756d6b28cc25b7e3f95bb45f800f [diff] [blame] |
#13138: add missing versionadded. Patch by Andreas Stührk.
diff --git a/Doc/library/xml.etree.elementtree.rst b/Doc/library/xml.etree.elementtree.rst index a40fb65..5fbbf20 100644 --- a/Doc/library/xml.etree.elementtree.rst +++ b/Doc/library/xml.etree.elementtree.rst
@@ -336,6 +336,8 @@ 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)