]> granicus.if.org Git - python/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:44:49 +0000 (16:44 +0100)
committerÉric Araujo <merwok@netwok.org>
Mon, 5 Mar 2012 15:44:49 +0000 (16:44 +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 8508a1f60b6122a6497186ef1eedf9663c17a213..6782e39879559259456e353e81ffc2be215883a2 100644 (file)
@@ -1,4 +1,3 @@
-
 .. _markup:
 
 **********************************
@@ -26,7 +25,7 @@ definition of the Python bindings for the DOM and SAX interfaces.
    htmlparser.rst
    sgmllib.rst
    htmllib.rst
-   pyexpat.rst
+   xml.etree.elementtree.rst
    xml.dom.rst
    xml.dom.minidom.rst
    xml.dom.pulldom.rst
@@ -34,4 +33,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