From: Fred Drake Date: Tue, 22 Dec 1998 18:46:13 +0000 (+0000) Subject: Added a \versionchanged since the API changed to support X-Git-Tag: v1.5.2b1~4 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5cb48a4c986bffcc773ada754ee9757db2a76e58;p=python Added a \versionchanged since the API changed to support namespaces with 1.5.2. Added an index entry. Fixed XML expansion: XML is the "Extensible Markup Language", not the "eXtended Markup Language". --- diff --git a/Doc/lib/libxmllib.tex b/Doc/lib/libxmllib.tex index 8c4131e9fd..02944e2ca5 100644 --- a/Doc/lib/libxmllib.tex +++ b/Doc/lib/libxmllib.tex @@ -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.