From: Skip Montanaro Date: Mon, 21 Mar 2005 19:39:16 +0000 (+0000) Subject: correct ontosys url - closes 1167329 X-Git-Tag: v2.5a0~1900 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3f8f666914930e9ab1fffc8ed21e9b7b76500c8e;p=python correct ontosys url - closes 1167329 --- diff --git a/Doc/lib/libxmlrpclib.tex b/Doc/lib/libxmlrpclib.tex index 6430a2bdad..881a13a1e0 100644 --- a/Doc/lib/libxmlrpclib.tex +++ b/Doc/lib/libxmlrpclib.tex @@ -32,7 +32,7 @@ the Python constant \code{None} will be translated into XML; the default behaviour is for \code{None} to raise a \exception{TypeError}. This is a commonly-used extension to the XML-RPC specification, but isn't supported by all clients and servers; see -\url{http://ontosys.com/xml-rpc/extensions.html} for a description. +\url{http://ontosys.com/xml-rpc/extensions.php} for a description. Both the HTTP and HTTPS transports support the URL syntax extension for HTTP Basic Authentication: \code{http://user:pass@host:port/path}. The