mirror of
https://github.com/python/cpython.git
synced 2025-12-23 09:19:18 +00:00
Add note about new zlib feature.
This commit is contained in:
parent
511e2cacc4
commit
6f543b606d
1 changed files with 6 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue