Issue 1461610: xmlrpclib.binary doesn't exist (original) (raw)

Issue1461610

Created on 2006-03-30 19:52 by catlee, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Messages (2)
msg27967 - (view) Author: Chris AtLee (catlee) * Date: 2006-03-30 19:52
The current 2.4 and 2.5 docs mention that the xmlrpclib has a function called binary which converts any python value to a Binary object. However, this function does not exist in either 2.4.3 or 2.5. The Binary constructor accepts a data parameter, so I would say just remove mention of the binary function from the docs and leave the implementation as-is.
msg27968 - (view) Author: Georg Brandl (georg.brandl) * (Python committer) Date: 2006-03-31 14:35
Logged In: YES user_id=849994 Removed from documentation.
History
Date User Action Args
2022-04-11 14:56:16 admin set github: 43114
2006-03-30 19:52:25 catlee create