Commit 443d258b authored by Neal Norwitz's avatar Neal Norwitz

Patch #1504046: Add documentation for xml.etree.

/F wrote the text docs, Englebert Gruber massaged it to latex and I
did some more massaging to try and improve the consistency and
fix some name mismatches between the declaration and text.
parent 8cb5b6c3
...@@ -270,6 +270,7 @@ LIBFILES= $(MANSTYLES) $(INDEXSTYLES) $(COMMONTEX) \ ...@@ -270,6 +270,7 @@ LIBFILES= $(MANSTYLES) $(INDEXSTYLES) $(COMMONTEX) \
lib/xmlsaxhandler.tex \ lib/xmlsaxhandler.tex \
lib/xmlsaxutils.tex \ lib/xmlsaxutils.tex \
lib/xmlsaxreader.tex \ lib/xmlsaxreader.tex \
lib/libetree.tex \
lib/libqueue.tex \ lib/libqueue.tex \
lib/liblocale.tex \ lib/liblocale.tex \
lib/libgettext.tex \ lib/libgettext.tex \
......
...@@ -171,6 +171,7 @@ and how to embed it in other applications. ...@@ -171,6 +171,7 @@ and how to embed it in other applications.
\input{xmlsaxhandler} \input{xmlsaxhandler}
\input{xmlsaxutils} \input{xmlsaxutils}
\input{xmlsaxreader} \input{xmlsaxreader}
\input{libetree}
% \input{libxmllib} % \input{libxmllib}
\input{fileformats} % Miscellaneous file formats \input{fileformats} % Miscellaneous file formats
......
This diff is collapsed.
...@@ -140,6 +140,7 @@ Documentation ...@@ -140,6 +140,7 @@ Documentation
- Patch #1509163: MS Toolkit Compiler no longer available. - Patch #1509163: MS Toolkit Compiler no longer available.
- Patch #1504046: Add documentation for xml.etree.
What's New in Python 2.5 beta 1? What's New in Python 2.5 beta 1?
================================ ================================
......
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