summaryrefslogtreecommitdiffstats
path: root/Doc/lib
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>2000-11-28 06:39:28 (GMT)
committerFred Drake <fdrake@acm.org>2000-11-28 06:39:28 (GMT)
commit6763b31731ee44eaaaf4d2b649ca5aab1cb5c2b5 (patch)
treee0d5f3f0dd4f4007f18af5f6c2d69cbd1bd93a4e /Doc/lib
parent2fef3abc748f6a3aa386384c3968d9cd450f22b3 (diff)
downloadcpython-6763b31731ee44eaaaf4d2b649ca5aab1cb5c2b5.zip
cpython-6763b31731ee44eaaaf4d2b649ca5aab1cb5c2b5.tar.gz
cpython-6763b31731ee44eaaaf4d2b649ca5aab1cb5c2b5.tar.bz2
Added brief explanation of the \versionchanged for 1.5.2 (fixes formatting
for the HTML version).
Diffstat (limited to 'Doc/lib')
-rw-r--r--Doc/lib/libxmllib.tex2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/lib/libxmllib.tex b/Doc/lib/libxmllib.tex
index e80201b..1570d68 100644
--- a/Doc/lib/libxmllib.tex
+++ b/Doc/lib/libxmllib.tex
@@ -13,7 +13,7 @@
\deprecated{2.0}{Use \refmodule{xml.sax} instead. The newer XML
package includes full support for XML 1.0.}
-\versionchanged{1.5.2}
+\versionchanged[Added namespace support.]{1.5.2}
This module defines a class \class{XMLParser} which serves as the basis
for parsing text files formatted in XML (Extensible Markup Language).