Skip to content

Commit 5d8dd83

Browse files
author
jhylton
committed
Add note about new zlib feature.
git-svn-id: http://svn.python.org/projects/python/trunk@23731 6015fed2-1504-0410-9fe1-9d1591cc4771
1 parent 80fd339 commit 5d8dd83

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

Misc/NEWS

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,12 @@ Library
7070
a constant too small by a factor of 2 on some modern machines.
7171

7272
- quopri's encode and decode methods take an optional header parameter,
73-
which indicates whether output is intended for the header 'Q' encoding.
73+
which indicates whether output is intended for the header 'Q'
74+
encoding.
75+
76+
- Decompression objects in the zlib module now accept an optional
77+
second parameter to decompress() that specifies the maximum amount
78+
of memory to use for the uncompressed data.
7479

7580
Tools/Demos
7681

0 commit comments

Comments
 (0)