Commit d90f509b authored by Fred Drake's avatar Fred Drake

Fredrik tells me the truefalse parameter for boolean() is not part of the

public interface, so we can simplify the documentation.
parent 1350c07d
......@@ -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}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment