diff options
author | Antoine Pitrou <solipsis@pitrou.net> | 2010-05-11 23:46:02 (GMT) |
---|---|---|
committer | Antoine Pitrou <solipsis@pitrou.net> | 2010-05-11 23:46:02 (GMT) |
commit | 53b2166f0ba2f63ec5711718e09f890c4fe09922 (patch) | |
tree | 98e4f2e68f73efa05b00c809f2ca8b0fc6b14271 /Misc | |
parent | c09c92fd81b05db4e5bfe5322f038ca1727fcde0 (diff) | |
download | cpython-53b2166f0ba2f63ec5711718e09f890c4fe09922.zip cpython-53b2166f0ba2f63ec5711718e09f890c4fe09922.tar.gz cpython-53b2166f0ba2f63ec5711718e09f890c4fe09922.tar.bz2 |
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/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -351,6 +351,9 @@ C-API Library ------- +- Issue #8681: Make the zlib module's error messages more informative when + the zlib itself doesn't give any detailed explanation. + - The audioop module now supports sound fragments of length greater than 2**31 bytes on 64-bit machines, and is PY_SSIZE_T_CLEAN. |