From: Gregory P. Smith Date: Mon, 17 Mar 2008 20:45:21 +0000 (+0000) Subject: mention the zlib crc32/adler32 changes X-Git-Tag: v3.0a4~144 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=425136be01b53b0d148d99bc8995eeb48e3c4d3a;p=thirdparty%2FPython%2Fcpython.git mention the zlib crc32/adler32 changes --- diff --git a/Misc/NEWS b/Misc/NEWS index 6c38150fee8a..65643bf10e33 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -27,6 +27,8 @@ Library system doesn't support CODESET and LANG isn't set or doesn't allow deduction of an encoding. +- Issue #1202: zlib.crc32 and zlib.adler32 now return an unsigned value. + What's New in Python 3.0a3? ===========================