[Python-checkins] cpython (2.7): #13138: add missing versionadded. Patch by Andreas Stührk.

ezio.melotti python-checkins at python.org
Sun Oct 9 22:57:16 CEST 2011


http://hg.python.org/cpython/rev/0f0a5d1c7a93
changeset:   72841:0f0a5d1c7a93
branch:      2.7
user:        Ezio Melotti <ezio.melotti at gmail.com>
date:        Sun Oct 09 23:56:51 2011 +0300
summary:
  #13138: add missing versionadded.  Patch by Andreas Stührk.

files:
  Doc/library/xml.etree.elementtree.rst |  2 ++
  1 files changed, 2 insertions(+), 0 deletions(-)


diff --git a/Doc/library/xml.etree.elementtree.rst b/Doc/library/xml.etree.elementtree.rst
--- 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)
 

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list