summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>2001-09-28 22:03:40 (GMT)
committerFred Drake <fdrake@acm.org>2001-09-28 22:03:40 (GMT)
commit7988e0249c8c72d12cbabb69bfdf310da79c1ea5 (patch)
tree179b56b5b7b0291e9a9bfab6a3a14e920840f8df /Doc
parent06c61b14fe015f6ff1e18a285bb2bfe368287bd8 (diff)
downloadcpython-7988e0249c8c72d12cbabb69bfdf310da79c1ea5.zip
cpython-7988e0249c8c72d12cbabb69bfdf310da79c1ea5.tar.gz
cpython-7988e0249c8c72d12cbabb69bfdf310da79c1ea5.tar.bz2
Move XML-RPC-related docs to the "Internet Protocols" chapter.
Add entry for the SimpleXMLRPCServer module.
Diffstat (limited to 'Doc')
-rw-r--r--Doc/lib/lib.tex3
1 files changed, 2 insertions, 1 deletions
diff --git a/Doc/lib/lib.tex b/Doc/lib/lib.tex
index 7d3d821..222d6ff 100644
--- a/Doc/lib/lib.tex
+++ b/Doc/lib/lib.tex
@@ -211,6 +211,8 @@ and how to embed it in other applications.
\input{libsimplehttp}
\input{libcgihttp}
\input{libcookie}
+\input{libxmlrpclib}
+\input{libsimplexmlrpc}
\input{libasyncore}
\input{netdata} % Internet Data Handling
@@ -254,7 +256,6 @@ and how to embed it in other applications.
\input{xmlsaxutils}
\input{xmlsaxreader}
\input{libxmllib}
-\input{libxmlrpclib}
\input{libmm} % Multimedia Services
\input{libaudioop}