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 arigo
Recipients arigo, gvanrossum, tlesher
Date 2007-12-10.12:29:54
SpamBayes Score 0.082299866
Marked as misclassified No
Message-id <1197289795.07.0.13031293527.issue1202@psf.upfronthosting.co.za>
In-reply-to
Content
The C reference code in rfc1950 for Adler-32 and in rfc1952 for CRC-32
compute with and return "unsigned long" values.  From this point of
view, returning negative values on 32-bit machines from CPython's zlib
module can be considered a bug.  That only leaves open the question of
backward compatibility.
History
Date User Action Args
2007-12-10 12:29:55arigosetspambayes_score: 0.0822999 -> 0.082299866
recipients: + arigo, gvanrossum, tlesher
2007-12-10 12:29:55arigosetspambayes_score: 0.0822999 -> 0.0822999
messageid: <1197289795.07.0.13031293527.issue1202@psf.upfronthosting.co.za>
2007-12-10 12:29:55arigolinkissue1202 messages
2007-12-10 12:29:54arigocreate