]> granicus.if.org Git - python/commitdiff
Bug #1790: update link; remove outdated paragraph
authorAndrew M. Kuchling <amk@amk.ca>
Fri, 11 Jan 2008 19:33:24 +0000 (19:33 +0000)
committerAndrew M. Kuchling <amk@amk.ca>
Fri, 11 Jan 2008 19:33:24 +0000 (19:33 +0000)
Doc/library/xmlrpclib.rst

index a0cbff9d55e013d72f5a26cf7eb10d0690661719..1c50b799ab853b631f377d08afc988c906aeb686 100644 (file)
@@ -120,12 +120,11 @@ between conformable Python objects and XML on the wire.
 .. seealso::
 
    `XML-RPC HOWTO <http://www.tldp.org/HOWTO/XML-RPC-HOWTO/index.html>`_
-      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 <http://xmlrpc-c.sourceforge.net/hacks.php>`_
-      Extensions for various open-source libraries to support introspection and
-      multicall.
+   `XML-RPC Introspection <http://xmlrpc-c.sourceforge.net/introspection.html>`_
+      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 <http://xmlrpc-c.sourceforge.net/hacks.php>`_ page.
-
 
 .. _boolean-objects: