Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e5eec7e

Browse files
committed
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.
1 parent fdfaf0a commit e5eec7e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Doc/library/markup.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,12 @@ definition of the Python bindings for the DOM and SAX interfaces.
2323
html.rst
2424
html.parser.rst
2525
html.entities.rst
26-
pyexpat.rst
26+
xml.etree.elementtree.rst
2727
xml.dom.rst
2828
xml.dom.minidom.rst
2929
xml.dom.pulldom.rst
3030
xml.sax.rst
3131
xml.sax.handler.rst
3232
xml.sax.utils.rst
3333
xml.sax.reader.rst
34-
xml.etree.elementtree.rst
34+
pyexpat.rst

0 commit comments

Comments
 (0)