diff options
author | Zachary Ware <zachary.ware@gmail.com> | 2014-01-31 17:31:14 (GMT) |
---|---|---|
committer | Zachary Ware <zachary.ware@gmail.com> | 2014-01-31 17:31:14 (GMT) |
commit | 607bc3dd8221664550941b611d56b3455d473368 (patch) | |
tree | bffa491ab701f70e737d18cbfdd14e9c2262d2e4 | |
parent | fe0f0b050d3224de6c767bcd42d70f42800b0967 (diff) | |
parent | 19c1f3dce679f3dfc4142c1c0023cfb902bbb72c (diff) | |
download | cpython-607bc3dd8221664550941b611d56b3455d473368.zip cpython-607bc3dd8221664550941b611d56b3455d473368.tar.gz cpython-607bc3dd8221664550941b611d56b3455d473368.tar.bz2 |
Merge with 3.3
-rw-r--r-- | Doc/library/xml.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Doc/library/xml.rst b/Doc/library/xml.rst index c3a26f3..f793bae 100644 --- a/Doc/library/xml.rst +++ b/Doc/library/xml.rst @@ -29,6 +29,7 @@ definition of the Python bindings for the DOM and SAX interfaces. The XML handling submodules are: * :mod:`xml.etree.ElementTree`: the ElementTree API, a simple and lightweight + XML processor .. |