From: Fred Drake Date: Mon, 2 Oct 2000 22:14:09 +0000 (+0000) Subject: Add deprecation note since the XML support is shaping up. X-Git-Tag: v2.0c1~157 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=296b8f5bd25bc579bcf5e3bb93ef9e917a9e7895;p=thirdparty%2FPython%2Fcpython.git Add deprecation note since the XML support is shaping up. --- diff --git a/Doc/lib/libxmllib.tex b/Doc/lib/libxmllib.tex index 7cbb20d5cb9e..f60cecfd36cb 100644 --- a/Doc/lib/libxmllib.tex +++ b/Doc/lib/libxmllib.tex @@ -10,6 +10,9 @@ \index{XML} \index{Extensible Markup Language} +\deprecated{2.0}{Use \refmodule{xml.sax} instead. The newer XML + package includes full support for XML 1.0.} + \versionchanged{1.5.2} This module defines a class \class{XMLParser} which serves as the basis