summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorAntoine Pitrou <solipsis@pitrou.net>2010-05-11 23:38:15 (GMT)
committerAntoine Pitrou <solipsis@pitrou.net>2010-05-11 23:38:15 (GMT)
commitbbff8cf035c2ca490efe7135b004cfbf8340b767 (patch)
tree273bc111cd2fd26fb8dbb9ad9e439acb91c12b54 /Misc
parent9c578a8dba6dcfc11aa0e9d04687a191ebdf4048 (diff)
downloadcpython-bbff8cf035c2ca490efe7135b004cfbf8340b767.zip
cpython-bbff8cf035c2ca490efe7135b004cfbf8340b767.tar.gz
cpython-bbff8cf035c2ca490efe7135b004cfbf8340b767.tar.bz2
Merged revisions 81096 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k ................ r81096 | antoine.pitrou | 2010-05-12 01:36:40 +0200 (mer., 12 mai 2010) | 11 lines Merged revisions 81094 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r81094 | antoine.pitrou | 2010-05-12 01:32:31 +0200 (mer., 12 mai 2010) | 6 lines Issue #8672: Add a zlib test ensuring that an incomplete stream can be handled by a decompressor object without errors (it returns incomplete uncompressed data). ........ ................
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 491e0ac..66071eb 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -176,6 +176,10 @@ Build
Tests
-----
+- Issue #8672: Add a zlib test ensuring that an incomplete stream can be
+ handled by a decompressor object without errors (it returns incomplete
+ uncompressed data).
+
- Issue #8629: Disable some test_ssl tests, since they give different
results with OpenSSL 1.0.0 and higher.