Message 58336 - Python tracker (original) (raw)

Message58336

Author tlesher
Recipients arigo, gvanrossum, tlesher
Date 2007-12-10.01:45:22
SpamBayes Score 0.06281077
Marked as misclassified No
Message-id 1197251123.33.0.498455584819.issue1202@psf.upfronthosting.co.za
In-reply-to
Content
Both CRC-32 and ADLER32 are standards (described in ISO 3309 and RFC 1950 respectively); whatever fix implemented should make sure that the output complies. ISO 3309 isn't available online as far as I can see, but CRC-32 reference code is published in RFC 1952; RFC 1950 contains reference code for ADLER32.
History
Date User Action Args
2007-12-10 01:45:23 tlesher set spambayes_score: 0.0628108 -> 0.06281077recipients: + tlesher, gvanrossum, arigo
2007-12-10 01:45:23 tlesher set spambayes_score: 0.0628108 -> 0.0628108messageid: 1197251123.33.0.498455584819.issue1202@psf.upfronthosting.co.za
2007-12-10 01:45:23 tlesher link issue1202 messages
2007-12-10 01:45:23 tlesher create