diff options
| author | Fred Drake <fdrake@acm.org> | 2001-09-28 22:03:40 +0000 |
|---|---|---|
| committer | Fred Drake <fdrake@acm.org> | 2001-09-28 22:03:40 +0000 |
| commit | 7988e0249c8c72d12cbabb69bfdf310da79c1ea5 (patch) | |
| tree | 179b56b5b7b0291e9a9bfab6a3a14e920840f8df /Doc/lib/lib.tex | |
| parent | 06c61b14fe015f6ff1e18a285bb2bfe368287bd8 (diff) | |
| download | cpython-git-7988e0249c8c72d12cbabb69bfdf310da79c1ea5.tar.gz | |
Move XML-RPC-related docs to the "Internet Protocols" chapter.
Add entry for the SimpleXMLRPCServer module.
Diffstat (limited to 'Doc/lib/lib.tex')
| -rw-r--r-- | Doc/lib/lib.tex | 3 |
1 files changed, 2 insertions, 1 deletions
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} |
