mirror of https://github.com/python/cpython
Bug #1461610: xmlrpclib has no function "binary".
This commit is contained in:
parent
c44e14eba0
commit
1320cf8e61
|
@ -303,10 +303,6 @@ Convert any Python value to one of the XML-RPC Boolean constants,
|
||||||
\code{True} or \code{False}.
|
\code{True} or \code{False}.
|
||||||
\end{funcdesc}
|
\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{,
|
\begin{funcdesc}{dumps}{params\optional{, methodname\optional{,
|
||||||
methodresponse\optional{, encoding\optional{,
|
methodresponse\optional{, encoding\optional{,
|
||||||
allow_none}}}}}
|
allow_none}}}}}
|
||||||
|
|
Loading…
Reference in New Issue