summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSkip Montanaro <skip@pobox.com>2005-03-21 19:42:52 +0000
committerSkip Montanaro <skip@pobox.com>2005-03-21 19:42:52 +0000
commitffe31d0523075fd6a8ec5a5cacc76e7f542704ca (patch)
tree3e857c7f2aa3a9516e97785ee55c49bff943a59e
parent648aa1db46291bd40c37c08329c18676031f301a (diff)
downloadcpython-git-ffe31d0523075fd6a8ec5a5cacc76e7f542704ca.tar.gz
correct ontosys url - closes 1167329
-rw-r--r--Doc/lib/libxmlrpclib.tex2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/lib/libxmlrpclib.tex b/Doc/lib/libxmlrpclib.tex
index f056e014b7..f83c518ebe 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