Message1612

Author pekka.klarck
Recipients
Date 2007-05-21.07:13:14
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Assuming that the describtion of the problem in the summary is correct it should be pretty simple to fix this. All that is needed would be changing the mentioned line to following.

bytes = jarray.array(map(lambda d : ord(d)-128, data), 'b') 

Could you try this with your original data? If it works this could perhaps be fixed already for 2.2.
History
Date User Action Args
2008-02-20 17:17:50adminlinkissue1722306 messages
2008-02-20 17:17:50admincreate