summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorAntoine Pitrou <solipsis@pitrou.net>2010-05-07 17:04:02 (GMT)
committerAntoine Pitrou <solipsis@pitrou.net>2010-05-07 17:04:02 (GMT)
commit8956271f11a135e33b0ba99bac48118e337304f6 (patch)
treee418df28d919de55f50b4d8dc45f1af880b55da5 /Misc
parent02a004ea1de27a456cc1471b4d13a9ba8a0c7ce6 (diff)
downloadcpython-8956271f11a135e33b0ba99bac48118e337304f6.zip
cpython-8956271f11a135e33b0ba99bac48118e337304f6.tar.gz
cpython-8956271f11a135e33b0ba99bac48118e337304f6.tar.bz2
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/NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index e27c129..d84f1dc 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -348,6 +348,10 @@ C-API
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 #8603: Support bytes environmental variables on Unix: Add os.environb
mapping and os.getenvb() function. os.unsetenv() encodes str argument to the
file system encoding with the surrogateescape error handler (instead of