diff options
author | Georg Brandl <georg@python.org> | 2006-03-31 14:35:10 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2006-03-31 14:35:10 (GMT) |
commit | 1320cf8e6144f0e254d23a6735dff22459fda672 (patch) | |
tree | 5020c50aea1642d3a5c19ce6f2c22b7650ad4f91 | |
parent | c44e14eba036ae4eb093b435805fa14a3af953a3 (diff) | |
download | cpython-1320cf8e6144f0e254d23a6735dff22459fda672.zip cpython-1320cf8e6144f0e254d23a6735dff22459fda672.tar.gz cpython-1320cf8e6144f0e254d23a6735dff22459fda672.tar.bz2 |
Bug #1461610: xmlrpclib has no function "binary".
-rw-r--r-- | Doc/lib/libxmlrpclib.tex | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/Doc/lib/libxmlrpclib.tex b/Doc/lib/libxmlrpclib.tex index 0fb88c5..2262ee9 100644 --- a/Doc/lib/libxmlrpclib.tex +++ b/Doc/lib/libxmlrpclib.tex @@ -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}}}}} |