LEFT | RIGHT |
1 :mod:`xmlrpc.client` --- XML-RPC client access | 1 :mod:`xmlrpc.client` --- XML-RPC client access |
2 ============================================== | 2 ============================================== |
3 | 3 |
4 .. module:: xmlrpc.client | 4 .. module:: xmlrpc.client |
5 :synopsis: XML-RPC client access. | 5 :synopsis: XML-RPC client access. |
6 .. moduleauthor:: Fredrik Lundh <fredrik@pythonware.com> | 6 .. moduleauthor:: Fredrik Lundh <fredrik@pythonware.com> |
7 .. sectionauthor:: Eric S. Raymond <esr@snark.thyrsus.com> | 7 .. sectionauthor:: Eric S. Raymond <esr@snark.thyrsus.com> |
8 | 8 |
9 | 9 |
10 .. XXX Not everything is documented yet. It might be good to describe | 10 .. XXX Not everything is documented yet. It might be good to describe |
(...skipping 558 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
569 See :ref:`simplexmlrpcserver-example`. | 569 See :ref:`simplexmlrpcserver-example`. |
570 | 570 |
571 | 571 |
572 .. rubric:: Footnotes | 572 .. rubric:: Footnotes |
573 | 573 |
574 .. [#] This approach has been first presented in `a discussion on xmlrpc.com | 574 .. [#] This approach has been first presented in `a discussion on xmlrpc.com |
575 <http://web.archive.org/web/20060624230303/http://www.xmlrpc.com/discuss/msgR
eader$1208?mode=topic>`_. | 575 <http://web.archive.org/web/20060624230303/http://www.xmlrpc.com/discuss/msgR
eader$1208?mode=topic>`_. |
576 .. the link now points to webarchive since the one at | 576 .. the link now points to webarchive since the one at |
577 .. http://www.xmlrpc.com/discuss/msgReader%241208 is broken (and webadmin | 577 .. http://www.xmlrpc.com/discuss/msgReader%241208 is broken (and webadmin |
578 .. doesn't reply) | 578 .. doesn't reply) |
LEFT | RIGHT |