--- /usr/lib/python2.6/xmlrpclib.py.orig 2014-10-08 16:08:52.212280750 +0200 +++ /usr/lib/python2.6/xmlrpclib.py 2014-10-08 15:57:04.571033750 +0200 @@ -1384,6 +1384,8 @@ break if self.verbose: print "body:", repr(response) + response = response.replace('\x12',' ') + response = response.replace('\x04',' ') p.feed(response) file.close()