Commit 6f543b60 authored by Jeremy Hylton's avatar Jeremy Hylton

Add note about new zlib feature.

parent 511e2cac
...@@ -70,7 +70,12 @@ Library ...@@ -70,7 +70,12 @@ Library
a constant too small by a factor of 2 on some modern machines. a constant too small by a factor of 2 on some modern machines.
- quopri's encode and decode methods take an optional header parameter, - 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 Tools/Demos
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment