Skip to content

taskdistribution: Wrap some strings into Binary

Łukasz Nowak requested to merge taskdistribution-xmlrpc-binary into master

As there is no way to assure that stdout and stderr will have XML-allowed characters, wrap them in xmlrpclib.Binary class, as suggested in https://docs.python.org/2/library/xmlrpclib.html

Merge request reports