summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorRaymond Hettinger <python@rcn.com>2004-12-06 12:29:56 (GMT)
committerRaymond Hettinger <python@rcn.com>2004-12-06 12:29:56 (GMT)
commita32d22a509c852987827b30d05371b38eb1ff87f (patch)
tree26ed46aee0ad689e88c15d7ee23e3341f7994e16 /Doc
parente2084123484f0c0a602dad2e866ad98ce85ffd51 (diff)
downloadcpython-a32d22a509c852987827b30d05371b38eb1ff87f.zip
cpython-a32d22a509c852987827b30d05371b38eb1ff87f.tar.gz
cpython-a32d22a509c852987827b30d05371b38eb1ff87f.tar.bz2
Remove deprecated xmllib from inclusion in the docs.
Diffstat (limited to 'Doc')
-rw-r--r--Doc/Makefile.deps1
-rw-r--r--Doc/lib/lib.tex2
2 files changed, 1 insertions, 2 deletions
diff --git a/Doc/Makefile.deps b/Doc/Makefile.deps
index 11257ee..0194cc7 100644
--- a/Doc/Makefile.deps
+++ b/Doc/Makefile.deps
@@ -252,7 +252,6 @@ LIBFILES= $(MANSTYLES) $(INDEXSTYLES) $(COMMONTEX) \
lib/libre.tex \
lib/libuserdict.tex \
lib/libdis.tex \
- lib/libxmllib.tex \
lib/libxmlrpclib.tex \
lib/libsimplexmlrpc.tex \
lib/libdocxmlrpc.tex \
diff --git a/Doc/lib/lib.tex b/Doc/lib/lib.tex
index 443e331..78556bf 100644
--- a/Doc/lib/lib.tex
+++ b/Doc/lib/lib.tex
@@ -281,7 +281,7 @@ and how to embed it in other applications.
\input{xmlsaxhandler}
\input{xmlsaxutils}
\input{xmlsaxreader}
-\input{libxmllib}
+% \input{libxmllib}
\input{libmm} % Multimedia Services
\input{libaudioop}