From: Fred Drake Date: Mon, 1 Oct 2001 21:05:30 +0000 (+0000) Subject: Fredrik tells me the truefalse parameter for boolean() is not part of the X-Git-Tag: v2.2.1c1~1502 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d90f509b8f3482787eeeae560d9bc1c909a8e857;p=python Fredrik tells me the truefalse parameter for boolean() is not part of the public interface, so we can simplify the documentation. --- diff --git a/Doc/lib/libxmlrpclib.tex b/Doc/lib/libxmlrpclib.tex index f51f40ad71..db62206af3 100644 --- a/Doc/lib/libxmlrpclib.tex +++ b/Doc/lib/libxmlrpclib.tex @@ -219,11 +219,9 @@ triggered the error. \subsection{Convenience Functions} -\begin{funcdesc}{boolean}{value\optional{, truefalse}} -Convert any Python value to one of the XML-RPC Boolean constants. -The optional second argument supplies a conversion table to be indexed -by the first argument's Python truth value. If omitted, the -\code{True} and \code{False} values defined in this module are used. +\begin{funcdesc}{boolean}{value} +Convert any Python value to one of the XML-RPC Boolean constants, +\code{True} or \code{False}. \end{funcdesc} \begin{funcdesc}{binary}{data}