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

Gregory P. Smith report at bugs.python.org
Mon Mar 24 17:55:20 CET 2008


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

The workaround I prefer to use is:

x = zlib.adler32(mystr) & 0xffffffffL

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


More information about the Python-bugs-list mailing list