]> granicus.if.org Git - python/commitdiff
Added a \versionchanged since the API changed to support
authorFred Drake <fdrake@acm.org>
Tue, 22 Dec 1998 18:46:13 +0000 (18:46 +0000)
committerFred Drake <fdrake@acm.org>
Tue, 22 Dec 1998 18:46:13 +0000 (18:46 +0000)
namespaces with 1.5.2.

Added an index entry.

Fixed XML expansion:  XML is the "Extensible Markup Language", not the
"eXtended Markup Language".

Doc/lib/libxmllib.tex

index 8c4131e9fd2b2a609b498d950d7bd76ce14e31cc..02944e2ca563e370102c1666caeb4ff6f6f2fb1a 100644 (file)
@@ -7,9 +7,12 @@
 \modulesynopsis{A parser for XML documents.}
 
 \index{XML}
+\index{Extensible Markup Language}
+
+\versionchanged{1.5.2}
 
 This module defines a class \class{XMLParser} which serves as the basis 
-for parsing text files formatted in XML (eXtended Markup Language).
+for parsing text files formatted in XML (Extensible Markup Language).
 
 \begin{classdesc}{XMLParser}{}
 The \class{XMLParser} class must be instantiated without arguments.