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 jcea
Recipients arigo, gregory.p.smith, gvanrossum, jcea, tlesher
Date 2008-03-17.17:05:02
SpamBayes Score 0.5864913
Marked as misclassified No
Message-id <1205773503.64.0.503258868106.issue1202@psf.upfronthosting.co.za>
In-reply-to
Content
I store CRC in reed-solomon schema of mine. I compare with equality, so,
I think we should enforce "CRC(python 32 bits) == CRC(python 64 bits)".

I will need to touch my code in python 3.0, but that will be inevitable
anyway...
History
Date User Action Args
2008-03-17 17:05:03jceasetspambayes_score: 0.586491 -> 0.5864913
recipients: + jcea, gvanrossum, arigo, gregory.p.smith, tlesher
2008-03-17 17:05:03jceasetspambayes_score: 0.586491 -> 0.586491
messageid: <1205773503.64.0.503258868106.issue1202@psf.upfronthosting.co.za>
2008-03-17 17:05:03jcealinkissue1202 messages
2008-03-17 17:05:02jceacreate