This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author gregory.p.smith
Recipients arigo, gregory.p.smith, gvanrossum, jcea, mbecker, tlesher
Date 2008-03-24.16:55:17
SpamBayes Score 0.14570735
Marked as misclassified No
Message-id <1206377720.04.0.0511284251692.issue1202@psf.upfronthosting.co.za>
In-reply-to
Content
The workaround I prefer to use is:

x = zlib.adler32(mystr) & 0xffffffffL
History
Date User Action Args
2008-03-24 16:55:20gregory.p.smithsetspambayes_score: 0.145707 -> 0.14570735
recipients: + gregory.p.smith, gvanrossum, arigo, jcea, tlesher, mbecker
2008-03-24 16:55:20gregory.p.smithsetspambayes_score: 0.145707 -> 0.145707
messageid: <1206377720.04.0.0511284251692.issue1202@psf.upfronthosting.co.za>
2008-03-24 16:55:18gregory.p.smithlinkissue1202 messages
2008-03-24 16:55:17gregory.p.smithcreate