summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorJeremy Hylton <jeremy@alum.mit.edu>2001-10-16 20:42:52 (GMT)
committerJeremy Hylton <jeremy@alum.mit.edu>2001-10-16 20:42:52 (GMT)
commit6f543b606d595fa16ce1ef0e636ca456dabc2212 (patch)
treef4c72e064098173c3c1c4ebdb9a3fd19050407f8 /Misc
parent511e2cacc4aa67a83ed7c0ae34355407bdd13c57 (diff)
downloadcpython-6f543b606d595fa16ce1ef0e636ca456dabc2212.zip
cpython-6f543b606d595fa16ce1ef0e636ca456dabc2212.tar.gz
cpython-6f543b606d595fa16ce1ef0e636ca456dabc2212.tar.bz2
Add note about new zlib feature.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS7
1 files changed, 6 insertions, 1 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 0a75c71..690759b 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