]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Update the documentation for binascii and zlib crc32/adler32 functions
authorGregory P. Smith <greg@mad-scientist.com>
Sun, 11 Jan 2009 17:57:54 +0000 (17:57 +0000)
committerGregory P. Smith <greg@mad-scientist.com>
Sun, 11 Jan 2009 17:57:54 +0000 (17:57 +0000)
commit987735c4ecc4d2722494016236c52d697e50ae5a
treec4c97aa97affd6819adca0ee0cd0032e9bdddfb7
parent26f8d1bbe2450776dbcfbe162ea30edec5583351
Update the documentation for binascii and zlib crc32/adler32 functions
to better describe the signed vs unsigned return value behavior on
different platforms and versions of python.  Mention the workaround to
make them all return the same thing by using & 0xffffffff.

Fixes issue4903.

Also needs to be merged into release26-maint, release30-maint, & py3k.
Doc/library/binascii.rst
Doc/library/zlib.rst