]> granicus.if.org Git - python/commitdiff
#12787: link original MultiCall proposal to webarchive and in a footnote
authorSandro Tosi <sandro.tosi@gmail.com>
Sat, 20 Aug 2011 15:05:15 +0000 (17:05 +0200)
committerSandro Tosi <sandro.tosi@gmail.com>
Sat, 20 Aug 2011 15:05:15 +0000 (17:05 +0200)
Doc/library/xmlrpclib.rst

index 320e01982164cc757c3fbb85dacc47eb078a324e..183be92a48952df9ec44fd9b80007c83c1cdcfa2 100644 (file)
@@ -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)