]> granicus.if.org Git - python/commitdiff
Bug #1461610: xmlrpclib has no function "binary".
authorGeorg Brandl <georg@python.org>
Fri, 31 Mar 2006 14:35:10 +0000 (14:35 +0000)
committerGeorg Brandl <georg@python.org>
Fri, 31 Mar 2006 14:35:10 +0000 (14:35 +0000)
Doc/lib/libxmlrpclib.tex

index 0fb88c5d91eb42e8a5cdebb7c79f4727ff198549..2262ee928ce26acb35515e07648c3c41928fa861 100644 (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}}}}}