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

Guido van Rossum report at bugs.python.org
Mon Dec 10 20:40:40 CET 2007


Guido van Rossum added the comment:

How about, in Python 2.6 we make the 64-bit version return a signed
value for better compatibility with the 32-bit version, and in Python
3.0 we make both versions return the signed value for better compliance
with the standard?

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


More information about the Python-bugs-list mailing list