Bug #1461610: xmlrpclib has no function "binary".

This commit is contained in:
Georg Brandl 2006-03-31 14:35:10 +00:00
parent c44e14eba0
commit 1320cf8e61
1 changed files with 0 additions and 4 deletions

View File

@ -303,10 +303,6 @@ Convert any Python value to one of the XML-RPC Boolean constants,
\code{True} or \code{False}.
\end{funcdesc}
\begin{funcdesc}{binary}{data}
Trivially convert any Python string to a \class{Binary} object.
\end{funcdesc}
\begin{funcdesc}{dumps}{params\optional{, methodname\optional{,
methodresponse\optional{, encoding\optional{,
allow_none}}}}}