From: Jeremy Hylton Date: Tue, 16 Oct 2001 20:42:52 +0000 (+0000) Subject: Add note about new zlib feature. X-Git-Tag: v2.2.1c1~1247 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=6f543b606d595fa16ce1ef0e636ca456dabc2212;p=thirdparty%2FPython%2Fcpython.git Add note about new zlib feature. --- diff --git a/Misc/NEWS b/Misc/NEWS index 0a75c71dbbaa..690759b1709f 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -70,7 +70,12 @@ Library a constant too small by a factor of 2 on some modern machines. - quopri's encode and decode methods take an optional header parameter, - which indicates whether output is intended for the header 'Q' encoding. + which indicates whether output is intended for the header 'Q' + encoding. + +- Decompression objects in the zlib module now accept an optional + second parameter to decompress() that specifies the maximum amount + of memory to use for the uncompressed data. Tools/Demos