[issue1202] zlib.crc32() and adler32() return value

Gregory P. Smith report at bugs.python.org
Mon Mar 17 21:25:18 CET 2008


Gregory P. Smith <greg at krypto.org> added the comment:

fixed.

3.0 always returns unsigned.
2.6 always returns signed, 2**31...2**31-1 come back as negative integers.

trunk r61449
branches/py3k r61459

----------
resolution:  -> fixed
status: open -> closed

__________________________________
Tracker <report at bugs.python.org>
<http://bugs.python.org/issue1202>
__________________________________


More information about the Python-bugs-list mailing list