From: Nadeem Vawda Date: Wed, 2 Jan 2013 22:10:47 +0000 (+0100) Subject: Correction: issue #16828 also affects BZ2Compressor.compress(). X-Git-Tag: v3.3.1rc1~429 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=791e464f75bec3829c5e9351b728bb78b0ec0719;p=python Correction: issue #16828 also affects BZ2Compressor.compress(). --- 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.