summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>2000-10-02 22:14:09 (GMT)
committerFred Drake <fdrake@acm.org>2000-10-02 22:14:09 (GMT)
commit296b8f5bd25bc579bcf5e3bb93ef9e917a9e7895 (patch)
tree443b0f1ee9353b06ebcfde229844b76802ef2758
parentd254c0095c95c6359c1fe4bea286ee465c8c3458 (diff)
downloadcpython-296b8f5bd25bc579bcf5e3bb93ef9e917a9e7895.zip
cpython-296b8f5bd25bc579bcf5e3bb93ef9e917a9e7895.tar.gz
cpython-296b8f5bd25bc579bcf5e3bb93ef9e917a9e7895.tar.bz2
Add deprecation note since the XML support is shaping up.
-rw-r--r--Doc/lib/libxmllib.tex3
1 files changed, 3 insertions, 0 deletions
diff --git a/Doc/lib/libxmllib.tex b/Doc/lib/libxmllib.tex
index 7cbb20d..f60cecf 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