Message3184

Author irmen
Recipients irmen
Date 2008-05-03.15:22:37
SpamBayes Score 0.16554786
Marked as misclassified No
Message-id <1209828158.7.0.937547453474.issue1033@psf.upfronthosting.co.za>
In-reply-to
Content
zlib.adler32 function computes wrong values.

This is because the data is first needlessly processed by String.getBytes,
which causes data loss due to platform character encoding issues.

Removal of the String.getBytes fixed the problem for me in zlib.py
History
Date User Action Args
2008-05-03 15:22:39irmensetspambayes_score: 0.165548 -> 0.16554786
recipients: + irmen
2008-05-03 15:22:38irmensetspambayes_score: 0.165548 -> 0.165548
messageid: <1209828158.7.0.937547453474.issue1033@psf.upfronthosting.co.za>
2008-05-03 15:22:38irmenlinkissue1033 messages
2008-05-03 15:22:37irmencreate