[Python-checkins] cpython (merge 3.2 -> default): #13138: merge with 3.2.

ezio.melotti python-checkins at python.org
Sun Oct 9 23:03:40 CEST 2011


http://hg.python.org/cpython/rev/2580e642e2ee
changeset:   72843:2580e642e2ee
parent:      72839:a366d3684bc0
parent:      72842:66d01b252b9a
user:        Ezio Melotti <ezio.melotti at gmail.com>
date:        Mon Oct 10 00:03:15 2011 +0300
summary:
  #13138: merge with 3.2.

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
@@ -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)
 

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


More information about the Python-checkins mailing list