mirror of
https://github.com/python/cpython.git
synced 2026-01-29 18:52:38 +00:00
Add a note about the zlib.decompressobj().flush() fix.
This commit is contained in:
parent
f623467759
commit
3782da4e0a
1 changed files with 3 additions and 0 deletions
|
|
@ -34,6 +34,9 @@ Core and builtins
|
|||
Library
|
||||
-------
|
||||
|
||||
- zlib.decompressobj().flush(value) no longer crashes the interpreter when
|
||||
passed a value less than or equal to zero.
|
||||
|
||||
- Issue #2495: tokenize.untokenize now inserts a space between two consecutive
|
||||
string literals; previously, ["" ""] was rendered as [""""], which is
|
||||
incorrect python code.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue