mirror of
https://github.com/python/cpython.git
synced 2026-01-08 08:22:41 +00:00
Correction: issue #16828 also affects BZ2Compressor.compress().
This commit is contained in:
parent
57cb81d161
commit
791e464f75
1 changed files with 2 additions and 2 deletions
|
|
@ -123,8 +123,8 @@ Core and Builtins
|
|||
Library
|
||||
-------
|
||||
|
||||
- Issue #16828: Fix error incorrectly raised by bz2.compress(''). Initial patch
|
||||
by Martin Packman.
|
||||
- Issue #16828: Fix error incorrectly raised by bz2.compress(b'') and
|
||||
bz2.BZ2Compressor.compress(b''). Initial patch by Martin Packman.
|
||||
|
||||
- Issue #16541: tk_setPalette() now works with keyword arguments.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue