diff options
author | Antoine Pitrou <solipsis@pitrou.net> | 2010-05-07 17:08:54 (GMT) |
---|---|---|
committer | Antoine Pitrou <solipsis@pitrou.net> | 2010-05-07 17:08:54 (GMT) |
commit | 4b3fe14d4bf56be8fb3e922052f0da65b6948a31 (patch) | |
tree | a5cded081d9f1a53ebf2536f8da74d371d52d3e9 /Misc | |
parent | c5852813b8cba1cdd86f6a9f8a25239180f8c3be (diff) | |
download | cpython-4b3fe14d4bf56be8fb3e922052f0da65b6948a31.zip cpython-4b3fe14d4bf56be8fb3e922052f0da65b6948a31.tar.gz cpython-4b3fe14d4bf56be8fb3e922052f0da65b6948a31.tar.bz2 |
Merged revisions 80928 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k
................
r80928 | antoine.pitrou | 2010-05-07 19:04:02 +0200 (ven., 07 mai 2010) | 11 lines
Merged revisions 80926 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r80926 | antoine.pitrou | 2010-05-07 18:50:34 +0200 (ven., 07 mai 2010) | 5 lines
Issue #8571: Fix an internal error when compressing or decompressing a
chunk larger than 1GB with the zlib module's compressor and decompressor
objects.
........
................
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -40,6 +40,10 @@ Core and Builtins Library ------- +- Issue #8571: Fix an internal error when compressing or decompressing a + chunk larger than 1GB with the zlib module's compressor and decompressor + objects. + - Issue #8573: asyncore _strerror() function might throw ValueError. - Issue #8483: asyncore.dispatcher's __getattr__ method produced confusing |