[Python-checkins] cpython (2.7): Move xml.etree higher and xml.parsers.expat lower in the markup ToC.
eric.araujo
python-checkins at python.org
Mon Mar 5 16:48:31 CET 2012
http://hg.python.org/cpython/rev/fc32753feb0a
changeset: 75434:fc32753feb0a
branch: 2.7
user: Éric Araujo <merwok at netwok.org>
date: Mon Mar 05 16:44:49 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 | 5 ++---
1 files changed, 2 insertions(+), 3 deletions(-)
diff --git a/Doc/library/markup.rst b/Doc/library/markup.rst
--- a/Doc/library/markup.rst
+++ b/Doc/library/markup.rst
@@ -1,4 +1,3 @@
-
.. _markup:
**********************************
@@ -26,7 +25,7 @@
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 @@
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