summaryrefslogtreecommitdiffstats
path: root/Doc/library/xmlrpclib.rst
diff options
context:
space:
mode:
authorSandro Tosi <sandro.tosi@gmail.com>2011-08-20 15:05:15 (GMT)
committerSandro Tosi <sandro.tosi@gmail.com>2011-08-20 15:05:15 (GMT)
commit9b68092d1df77c0964a0c9fa3e2f477d216aefe6 (patch)
tree20d3c7dd6b2027dee1aff036e15f08a37687b40d /Doc/library/xmlrpclib.rst
parent808cec536a4bf5efcc1f19b4017f56a70e2c9df6 (diff)
downloadcpython-9b68092d1df77c0964a0c9fa3e2f477d216aefe6.zip
cpython-9b68092d1df77c0964a0c9fa3e2f477d216aefe6.tar.gz
cpython-9b68092d1df77c0964a0c9fa3e2f477d216aefe6.tar.bz2
#12787: link original MultiCall proposal to webarchive and in a footnote
Diffstat (limited to 'Doc/library/xmlrpclib.rst')
-rw-r--r--Doc/library/xmlrpclib.rst11
1 files changed, 9 insertions, 2 deletions
diff --git a/Doc/library/xmlrpclib.rst b/Doc/library/xmlrpclib.rst
index 320e019..183be92 100644
--- a/Doc/library/xmlrpclib.rst
+++ b/Doc/library/xmlrpclib.rst
@@ -439,8 +439,8 @@ MultiCall Objects
.. 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 @@ 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)