(original) (raw)
changeset: 72841:0f0a5d1c7a93 branch: 2.7 user: Ezio Melotti ezio.melotti@gmail.com date: Sun Oct 09 23:56:51 2011 +0300 files: Doc/library/xml.etree.elementtree.rst description: #13138: add missing versionadded. Patch by Andreas Stührk. diff -r 89b896f032e7 -r 0f0a5d1c7a93 Doc/library/xml.etree.elementtree.rst --- a/Doc/library/xml.etree.elementtree.rst Sun Oct 09 17:32:43 2011 +0100 +++ b/Doc/library/xml.etree.elementtree.rst Sun Oct 09 23:56:51 2011 +0300 @@ -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) /ezio.melotti@gmail.com