From: Fred Drake Date: Fri, 28 Sep 2001 22:03:40 +0000 (+0000) Subject: Move XML-RPC-related docs to the "Internet Protocols" chapter. X-Git-Tag: v2.2.1c1~1547 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7988e0249c8c72d12cbabb69bfdf310da79c1ea5;p=python Move XML-RPC-related docs to the "Internet Protocols" chapter. Add entry for the SimpleXMLRPCServer module. --- diff --git a/Doc/lib/lib.tex b/Doc/lib/lib.tex index 7d3d821c44..222d6ff8af 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}