summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Misc/NEWS4
1 files changed, 2 insertions, 2 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index eff20ee..5a9e1ae 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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.