Message10468

Author pekka.klarck
Recipients pekka.klarck
Date 2015-11-12.23:55:27
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1447372527.56.0.875965705614.issue2429@psf.upfronthosting.co.za>
In-reply-to
Content
A workaround is converting the bytearray to bytes before wrapping it like `xmlrpc.Binary(bytes(bytearray(b'foo')))`.
History
Date User Action Args
2015-11-12 23:55:27pekka.klarcksetmessageid: <1447372527.56.0.875965705614.issue2429@psf.upfronthosting.co.za>
2015-11-12 23:55:27pekka.klarcksetrecipients: + pekka.klarck
2015-11-12 23:55:27pekka.klarcklinkissue2429 messages
2015-11-12 23:55:27pekka.klarckcreate