]> granicus.if.org Git - python/commitdiff
Fredrik tells me the truefalse parameter for boolean() is not part of the
authorFred Drake <fdrake@acm.org>
Mon, 1 Oct 2001 21:05:30 +0000 (21:05 +0000)
committerFred Drake <fdrake@acm.org>
Mon, 1 Oct 2001 21:05:30 +0000 (21:05 +0000)
public interface, so we can simplify the documentation.

Doc/lib/libxmlrpclib.tex

index f51f40ad71d065ead148dc8adeb41ecd909a156f..db62206af36c8da67f0ae5d158dd576d01555dd5 100644 (file)
@@ -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}