]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Move xml.etree higher and xml.parsers.expat lower in the markup ToC.
authorÉric Araujo <merwok@netwok.org>
Mon, 5 Mar 2012 15:01:41 +0000 (16:01 +0100)
committerÉric Araujo <merwok@netwok.org>
Mon, 5 Mar 2012 15:01:41 +0000 (16:01 +0100)
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.

Doc/library/markup.rst

index 49794ef707f28189051eca4e727176eca456d3a3..1b4cca51a741eb2a0f1bff096bf5ebfd529dab9f 100644 (file)
@@ -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