summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorAntoine Pitrou <solipsis@pitrou.net>2010-05-11 23:49:58 (GMT)
committerAntoine Pitrou <solipsis@pitrou.net>2010-05-11 23:49:58 (GMT)
commit96f212b3777c113a326bfbbba93c453fbd5e0693 (patch)
treeae99bc618116c0b7be7c96268ddcea3761652ed5 /Misc
parentbbff8cf035c2ca490efe7135b004cfbf8340b767 (diff)
downloadcpython-96f212b3777c113a326bfbbba93c453fbd5e0693.zip
cpython-96f212b3777c113a326bfbbba93c453fbd5e0693.tar.gz
cpython-96f212b3777c113a326bfbbba93c453fbd5e0693.tar.bz2
Merged revisions 81100 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k ................ r81100 | antoine.pitrou | 2010-05-12 01:46:02 +0200 (mer., 12 mai 2010) | 10 lines Merged revisions 81098 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r81098 | antoine.pitrou | 2010-05-12 01:42:28 +0200 (mer., 12 mai 2010) | 5 lines Issue #8681: Make the zlib module's error messages more informative when the zlib itself doesn't give any detailed explanation. ........ ................
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 66071eb..e42566f 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -40,6 +40,9 @@ Core and Builtins
Library
-------
+- Issue #8681: Make the zlib module's error messages more informative when
+ the zlib itself doesn't give any detailed explanation.
+
- Issue #8674: Fixed a number of incorrect or undefined-behaviour-inducing
overflow checks in the audioop module.