This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: xmlrpclib.Binary.data undocumented
Type: Stage:
Components: Documentation Versions:
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: fdrake Nosy List: fdrake, loewis
Priority: normal Keywords:

Created on 2002-05-31 11:36 by loewis, last changed 2022-04-10 16:05 by admin. This issue is now closed.

Messages (2)
msg10987 - (view) Author: Martin v. Löwis (loewis) * (Python committer) Date: 2002-05-31 11:36
There is no documentation on how to get at the data in 
a Binary objects. Likewise for DateTime.
msg10988 - (view) Author: Fred Drake (fdrake) (Python committer) Date: 2002-06-14 00:33
Logged In: YES 
user_id=3066

Fixed in Doc/lib/libxmlrpclib.tex revision 1.9 and 1.5.10.3.
History
Date User Action Args
2022-04-10 16:05:22adminsetgithub: 36674
2002-05-31 11:36:27loewiscreate