From de680372027df420753d8a2806044f65a75a6e7e Mon Sep 17 00:00:00 2001 From: "Andrew M. Kuchling" Date: Fri, 11 Jan 2008 19:33:24 +0000 Subject: [PATCH] Bug #1790: update link; remove outdated paragraph --- Doc/library/xmlrpclib.rst | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/Doc/library/xmlrpclib.rst b/Doc/library/xmlrpclib.rst index a0cbff9d55e..1c50b799ab8 100644 --- a/Doc/library/xmlrpclib.rst +++ b/Doc/library/xmlrpclib.rst @@ -120,12 +120,11 @@ between conformable Python objects and XML on the wire. .. seealso:: `XML-RPC HOWTO `_ - A good description of XML operation and client software in several languages. + A good description of XML-RPC operation and client software in several languages. Contains pretty much everything an XML-RPC client developer needs to know. - `XML-RPC Hacks page `_ - Extensions for various open-source libraries to support introspection and - multicall. + `XML-RPC Introspection `_ + Describes the XML-RPC protocol extension for introspection. .. _serverproxy-objects: @@ -177,11 +176,6 @@ grouped under the reserved :attr:`system` member: no such string is available, an empty string is returned. The documentation string may contain HTML markup. -Introspection methods are currently supported by servers written in PHP, C and -Microsoft .NET. Partial introspection support is included in recent updates to -UserLand Frontier. Introspection support for Perl, Python and Java is available -at the `XML-RPC Hacks `_ page. - .. _boolean-objects: