diff options
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -188,6 +188,9 @@ Core and Builtins Library ------- +- Issue #16828: Fix error incorrectly raised by bz2.compress(''). Patch by + Martin Packman. + - Issue #16541: tk_setPalette() now works with keyword arguments. - Issue #16820: In configparser, `parser.popitem()` no longer raises ValueError. |