From: Skip Montanaro Date: Mon, 21 Mar 2005 19:42:52 +0000 (+0000) Subject: correct ontosys url - closes 1167329 X-Git-Tag: v2.3.6c1~18 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ffe31d0523075fd6a8ec5a5cacc76e7f542704ca;p=thirdparty%2FPython%2Fcpython.git correct ontosys url - closes 1167329 --- diff --git a/Doc/lib/libxmlrpclib.tex b/Doc/lib/libxmlrpclib.tex index f056e014b765..f83c518ebe52 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