diff options
author | Skip Montanaro <skip@pobox.com> | 2005-03-21 19:39:16 (GMT) |
---|---|---|
committer | Skip Montanaro <skip@pobox.com> | 2005-03-21 19:39:16 (GMT) |
commit | 3f8f666914930e9ab1fffc8ed21e9b7b76500c8e (patch) | |
tree | ceed60ceaa920e0b510789cb35c6a4b94183de7c | |
parent | 227e8ffa20f7c2c3c1d1080da20c397bca51976d (diff) | |
download | cpython-3f8f666914930e9ab1fffc8ed21e9b7b76500c8e.zip cpython-3f8f666914930e9ab1fffc8ed21e9b7b76500c8e.tar.gz cpython-3f8f666914930e9ab1fffc8ed21e9b7b76500c8e.tar.bz2 |
correct ontosys url - closes 1167329
-rw-r--r-- | Doc/lib/libxmlrpclib.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/lib/libxmlrpclib.tex b/Doc/lib/libxmlrpclib.tex index 6430a2b..881a13a 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 |