(original) (raw)

changeset: 72842:66d01b252b9a branch: 3.2 parent: 72838:525528c03256 user: Ezio Melotti ezio.melotti@gmail.com date: Mon Oct 10 00:02:03 2011 +0300 files: Doc/library/xml.etree.elementtree.rst description: #13138: add missing versionadded. diff -r 525528c03256 -r 66d01b252b9a Doc/library/xml.etree.elementtree.rst --- a/Doc/library/xml.etree.elementtree.rst Sun Oct 09 17:28:14 2011 +0100 +++ b/Doc/library/xml.etree.elementtree.rst Mon Oct 10 00:02:03 2011 +0300 @@ -335,6 +335,8 @@ 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) /ezio.melotti@gmail.com