From: Sandro Tosi Date: Sat, 20 Aug 2011 15:05:56 +0000 (+0200) Subject: #12787: link original MultiCall proposal to webarchive and in a footnote X-Git-Tag: v3.2.3rc1~634 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=9daf98d32ac3d33acf4dd3403cd4766f30410eaf;p=thirdparty%2FPython%2Fcpython.git #12787: link original MultiCall proposal to webarchive and in a footnote --- diff --git a/Doc/library/xmlrpc.client.rst b/Doc/library/xmlrpc.client.rst index bb058dfca098..e72770ae9357 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 + `_. +.. the link now points to webarchive since the one at +.. http://www.xmlrpc.com/discuss/msgReader%241208 is broken (and webadmin +.. doesn't reply)