[Python-checkins] cpython (3.2): Move xml.etree higher and xml.parsers.expat lower in the markup ToC.

eric.araujo python-checkins at python.org
Mon Mar 5 16:26:11 CET 2012


http://hg.python.org/cpython/rev/d99c0a4b66f3
changeset:   75425:d99c0a4b66f3
branch:      3.2
user:        Éric Araujo <merwok at netwok.org>
date:        Mon Mar 05 16:01:41 2012 +0100
summary:
  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.

files:
  Doc/library/markup.rst |  4 ++--
  1 files changed, 2 insertions(+), 2 deletions(-)


diff --git a/Doc/library/markup.rst b/Doc/library/markup.rst
--- a/Doc/library/markup.rst
+++ b/Doc/library/markup.rst
@@ -23,7 +23,7 @@
    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 @@
    xml.sax.handler.rst
    xml.sax.utils.rst
    xml.sax.reader.rst
-   xml.etree.elementtree.rst
+   pyexpat.rst

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list