[issue7727] xmlrpc library returns string which contain null ( \x00 )
Steven Hartland added the comment: One thing that springs to mind is how valid is that when applied to utf8 data? -- ___ Python tracker <http://bugs.python.org/issue7
[issue7727] xmlrpc library returns string which contain null ( \x00 )
New submission from Steven Hartland : When using SimpleXMLRPCServer that is used to return data that includes strings that have a \x00 in them this data is returned, which is invalid. The expected result is that the data should be treated as binary and base64 encoded. The bug appears to be