[Python-checkins] cpython (merge 3.3 -> default): Merge with 3.3

zach.ware python-checkins at python.org
Fri Jan 31 18:31:34 CET 2014


http://hg.python.org/cpython/rev/681c86da0664
changeset:   88861:681c86da0664
parent:      88858:ffe73a516208
parent:      88860:d080214883aa
user:        Zachary Ware <zachary.ware at gmail.com>
date:        Fri Jan 31 11:31:14 2014 -0600
summary:
  Merge with 3.3

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


diff --git a/Doc/library/xml.rst b/Doc/library/xml.rst
--- a/Doc/library/xml.rst
+++ b/Doc/library/xml.rst
@@ -29,6 +29,7 @@
 The XML handling submodules are:
 
 * :mod:`xml.etree.ElementTree`: the ElementTree API, a simple and lightweight
+  XML processor
 
 ..
 

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


More information about the Python-checkins mailing list