From 791e464f75bec3829c5e9351b728bb78b0ec0719 Mon Sep 17 00:00:00 2001 From: Nadeem Vawda Date: Wed, 2 Jan 2013 23:10:47 +0100 Subject: [PATCH] Correction: issue #16828 also affects BZ2Compressor.compress(). --- Misc/NEWS | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Misc/NEWS b/Misc/NEWS index eff20ee93e..5a9e1aea35 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. -- 2.50.1