]> granicus.if.org Git - python/commitdiff
Correction: issue #16828 also affects BZ2Compressor.compress().
authorNadeem Vawda <nadeem.vawda@gmail.com>
Wed, 2 Jan 2013 22:10:47 +0000 (23:10 +0100)
committerNadeem Vawda <nadeem.vawda@gmail.com>
Wed, 2 Jan 2013 22:10:47 +0000 (23:10 +0100)
Misc/NEWS

index eff20ee93e12eea27192135173a60406168c56dd..5a9e1aea3516cbeed9884c4166deb2a5e066531b 100644 (file)
--- 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.