-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Added adapter for data wrapped in xmlrpclib.Binary #1
Conversation
Alex, thanks for taking care of this — the diff looks good to me. Would you mind adding a test, though, please? :) |
As soon as I can figure out how to run the tests, I will finish this ;-) |
does |
@aclark4life any progress on this one? |
No, sorry. It works but I don't have time to look into writing a test for it. Anyone who is already familiar with the tests for this package should be able to do it though. |
any idea how can i contribute to this pull request ... or you need to close it and create new one? |
I can merge it and you can continuing working on it, if @witsch doesn't mind. |
Binary content (images, audio, etc) uploaded via XML-RPC needs to be wrapped in xmlrpclib.Binary, but p.a.blob currently does not support this approach, failing with "could not adapt". These commits add an xmlrpclib.Binary adapter.