]> granicus.if.org Git - python/commit
zlib.crc32 and zlib.adler32 now return an unsigned value as any sane person
authorGregory P. Smith <greg@mad-scientist.com>
Mon, 17 Mar 2008 20:24:09 +0000 (20:24 +0000)
committerGregory P. Smith <greg@mad-scientist.com>
Mon, 17 Mar 2008 20:24:09 +0000 (20:24 +0000)
commitab0d8a1f59aaa71b234c1c273dd61b951950678d
tree81175c7432eafcd479d9713a0d1c2af245c91c2a
parentc55485bc6d4a22026e12ccc6b772984059468a86
zlib.crc32 and zlib.adler32 now return an unsigned value as any sane person
would expect.

Fixes issues1202.
Doc/library/zlib.rst
Lib/test/test_zlib.py
Modules/zlibmodule.c