Correction: issue #16828 also affects BZ2Compressor.compress().
This commit is contained in:
parent
57cb81d161
commit
791e464f75
|
@ -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…
Reference in New Issue