]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Bug #1461610: xmlrpclib has no function "binary".
authorGeorg Brandl <georg@python.org>
Fri, 31 Mar 2006 14:35:13 +0000 (14:35 +0000)
committerGeorg Brandl <georg@python.org>
Fri, 31 Mar 2006 14:35:13 +0000 (14:35 +0000)
 (backport from rev. 43477)

Doc/lib/libxmlrpclib.tex

index f8d1d3eaea5663e58b11069710956385736d6d4d..af649d76d28fbc50cb522d6c8ceeeec667106b45 100644 (file)
@@ -289,10 +289,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}}}}}