diff options
author | Georg Brandl <georg@python.org> | 2008-05-26 11:14:17 +0000 |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2008-05-26 11:14:17 +0000 |
commit | 38eceaaf0c207709cfbb44c7a1b9715699622848 (patch) | |
tree | 874f496e0fbaf8e6f3c86e86cd0c95fe51845dde /Doc/library/internet.rst | |
parent | 7f986acb0142574d30e5c5460df02fdbb00760e9 (diff) | |
download | cpython-git-38eceaaf0c207709cfbb44c7a1b9715699622848.tar.gz |
Create xmlrpc package. Issue #2886.
Diffstat (limited to 'Doc/library/internet.rst')
-rw-r--r-- | Doc/library/internet.rst | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/Doc/library/internet.rst b/Doc/library/internet.rst index 16b0a446a8..a5f6d22c48 100644 --- a/Doc/library/internet.rst +++ b/Doc/library/internet.rst @@ -42,6 +42,5 @@ is currently supported on most popular platforms. Here is an overview: cgihttpserver.rst cookielib.rst cookie.rst - xmlrpclib.rst - simplexmlrpcserver.rst - docxmlrpcserver.rst + xmlrpc.client.rst + xmlrpc.server.rst |