]> granicus.if.org Git - python/commitdiff
Move XML-RPC-related docs to the "Internet Protocols" chapter.
authorFred Drake <fdrake@acm.org>
Fri, 28 Sep 2001 22:03:40 +0000 (22:03 +0000)
committerFred Drake <fdrake@acm.org>
Fri, 28 Sep 2001 22:03:40 +0000 (22:03 +0000)
Add entry for the SimpleXMLRPCServer module.

Doc/lib/lib.tex

index 7d3d821c44cdc5c5ca346f0188181577aafe7ed1..222d6ff8af45a7ca38c85e3929ffb068fd3eb882 100644 (file)
@@ -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}