diff options
author | Sandro Tosi <sandro.tosi@gmail.com> | 2011-08-20 15:06:38 (GMT) |
---|---|---|
committer | Sandro Tosi <sandro.tosi@gmail.com> | 2011-08-20 15:06:38 (GMT) |
commit | 2ec723ad87bfbea23139063ea628388416404602 (patch) | |
tree | f0ea7db1fe18f3f0d70ea23b9ee31c393cbba08e /Doc | |
parent | e8bb1a0229c2aa5a60fe36937d04454bbd3745e4 (diff) | |
parent | 9daf98d32ac3d33acf4dd3403cd4766f30410eaf (diff) | |
download | cpython-2ec723ad87bfbea23139063ea628388416404602.zip cpython-2ec723ad87bfbea23139063ea628388416404602.tar.gz cpython-2ec723ad87bfbea23139063ea628388416404602.tar.bz2 |
#12787: merge with 3.2
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/library/xmlrpc.client.rst | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/Doc/library/xmlrpc.client.rst b/Doc/library/xmlrpc.client.rst index bb058df..e72770a 100644 --- a/Doc/library/xmlrpc.client.rst +++ b/Doc/library/xmlrpc.client.rst @@ -402,8 +402,8 @@ by providing an invalid URI:: MultiCall Objects ----------------- -In http://www.xmlrpc.com/discuss/msgReader%241208, an approach is presented to -encapsulate multiple calls to a remote server into a single request. +The :class:`MultiCall` object provides a way to encapsulate multiple calls to a +remote server into a single request [#]_. .. class:: MultiCall(server) @@ -534,3 +534,10 @@ Example of Client and Server Usage See :ref:`simplexmlrpcserver-example`. +.. rubric:: Footnotes + +.. [#] This approach has been first presented in `a discussion on xmlrpc.com + <http://web.archive.org/web/20060624230303/http://www.xmlrpc.com/discuss/msgReader$1208?mode=topic>`_. +.. the link now points to webarchive since the one at +.. http://www.xmlrpc.com/discuss/msgReader%241208 is broken (and webadmin +.. doesn't reply) |