summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorGregory P. Smith <greg@mad-scientist.com>2008-03-17 20:45:21 (GMT)
committerGregory P. Smith <greg@mad-scientist.com>2008-03-17 20:45:21 (GMT)
commit425136be01b53b0d148d99bc8995eeb48e3c4d3a (patch)
tree12feeb5fff851a67bc4601863a43bb11d6cc4e73 /Misc/NEWS
parent259314622750c72de2ef377e77a0b70b8d8b2fb5 (diff)
downloadcpython-425136be01b53b0d148d99bc8995eeb48e3c4d3a.zip
cpython-425136be01b53b0d148d99bc8995eeb48e3c4d3a.tar.gz
cpython-425136be01b53b0d148d99bc8995eeb48e3c4d3a.tar.bz2
mention the zlib crc32/adler32 changes
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 6c38150..65643bf 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?
===========================