Commit a786a691 authored by Éric Araujo's avatar Éric Araujo

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.
parent 403cfd2d
.. _markup: .. _markup:
********************************** **********************************
...@@ -26,7 +25,7 @@ definition of the Python bindings for the DOM and SAX interfaces. ...@@ -26,7 +25,7 @@ definition of the Python bindings for the DOM and SAX interfaces.
htmlparser.rst htmlparser.rst
sgmllib.rst sgmllib.rst
htmllib.rst htmllib.rst
pyexpat.rst xml.etree.elementtree.rst
xml.dom.rst xml.dom.rst
xml.dom.minidom.rst xml.dom.minidom.rst
xml.dom.pulldom.rst xml.dom.pulldom.rst
...@@ -34,4 +33,4 @@ definition of the Python bindings for the DOM and SAX interfaces. ...@@ -34,4 +33,4 @@ definition of the Python bindings for the DOM and SAX interfaces.
xml.sax.handler.rst xml.sax.handler.rst
xml.sax.utils.rst xml.sax.utils.rst
xml.sax.reader.rst xml.sax.reader.rst
xml.etree.elementtree.rst pyexpat.rst
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment