http://hg.python.org/cpython/rev/e8f878837eae changeset: 71985:e8f878837eae branch: 2.7 user: Sandro Tosi <sandro.tosi at gmail.com> date: Sat Aug 20 17:05:15 2011 +0200 summary: #12787: link original MultiCall proposal to webarchive and in a footnote files: Doc/library/xmlrpclib.rst | 11 +++++++++-- 1 files changed, 9 insertions(+), 2 deletions(-) diff --git a/Doc/library/xmlrpclib.rst b/Doc/library/xmlrpclib.rst --- a/Doc/library/xmlrpclib.rst +++ b/Doc/library/xmlrpclib.rst @@ -439,8 +439,8 @@ .. versionadded:: 2.4 -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) @@ -581,3 +581,10 @@ 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/msgReader1208ドル?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) -- Repository URL: http://hg.python.org/cpython