Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 9daf98d

Browse files
committed
#12787: link original MultiCall proposal to webarchive and in a footnote
1 parent e05565e commit 9daf98d

1 file changed

Lines changed: 9 additions & 2 deletions

File tree

Doc/library/xmlrpc.client.rst

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -402,8 +402,8 @@ by providing an invalid URI::
402402
MultiCall Objects
403403
-----------------
404404

405-
In http://www.xmlrpc.com/discuss/msgReader%241208, an approach is presented to
406-
encapsulate multiple calls to a remote server into a single request.
405+
The :class:`MultiCall` object provides a way to encapsulate multiple calls to a
406+
remote server into a single request [#]_.
407407

408408

409409
.. class:: MultiCall(server)
@@ -534,3 +534,10 @@ Example of Client and Server Usage
534534
See :ref:`simplexmlrpcserver-example`.
535535

536536

537+
.. rubric:: Footnotes
538+
539+
.. [#] This approach has been first presented in `a discussion on xmlrpc.com
540+
<http://web.archive.org/web/20060624230303/http://www.xmlrpc.com/discuss/msgReader$1208?mode=topic>`_.
541+
.. the link now points to webarchive since the one at
542+
.. http://www.xmlrpc.com/discuss/msgReader%241208 is broken (and webadmin
543+
.. doesn't reply)

0 commit comments

Comments
 (0)