diff options
author | Éric Araujo <merwok@netwok.org> | 2012-03-05 15:01:41 (GMT) |
---|---|---|
committer | Éric Araujo <merwok@netwok.org> | 2012-03-05 15:01:41 (GMT) |
commit | e5eec7e19898d872147ae55f65676c2f30b9461a (patch) | |
tree | ea5f4de64a71203dd8be2dd303ccc822d03a9ee8 /Doc/library/markup.rst | |
parent | fdfaf0aba2fe8cc8e985d64bdd929b16a1c37690 (diff) | |
download | cpython-e5eec7e19898d872147ae55f65676c2f30b9461a.zip cpython-e5eec7e19898d872147ae55f65676c2f30b9461a.tar.gz cpython-e5eec7e19898d872147ae55f65676c2f30b9461a.tar.bz2 |
Move xml.etree higher and xml.parsers.expat lower in the markup ToC.
I assume that most users looking at this page are looking for a library
to process XML, not a low-level parser. First proposed in #11379.
Diffstat (limited to 'Doc/library/markup.rst')
-rw-r--r-- | Doc/library/markup.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/library/markup.rst b/Doc/library/markup.rst index 49794ef..1b4cca5 100644 --- a/Doc/library/markup.rst +++ b/Doc/library/markup.rst @@ -23,7 +23,7 @@ definition of the Python bindings for the DOM and SAX interfaces. html.rst html.parser.rst html.entities.rst - pyexpat.rst + xml.etree.elementtree.rst xml.dom.rst xml.dom.minidom.rst xml.dom.pulldom.rst @@ -31,4 +31,4 @@ definition of the Python bindings for the DOM and SAX interfaces. xml.sax.handler.rst xml.sax.utils.rst xml.sax.reader.rst - xml.etree.elementtree.rst + pyexpat.rst |