]> granicus.if.org Git - python/commitdiff
Add note about new zlib feature.
authorJeremy Hylton <jeremy@alum.mit.edu>
Tue, 16 Oct 2001 20:42:52 +0000 (20:42 +0000)
committerJeremy Hylton <jeremy@alum.mit.edu>
Tue, 16 Oct 2001 20:42:52 +0000 (20:42 +0000)
Misc/NEWS

index 0a75c71dbbaa2b8172ef43f935ef4d715a2266d2..690759b1709ffc23e9012a6e3c8c2281230566d2 100644 (file)
--- 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