[Python-checkins] cpython (3.3): Correction: issue #16828 also affects BZ2Compressor.compress().

nadeem.vawda python-checkins at python.org
Wed Jan 2 23:14:37 CET 2013


http://hg.python.org/cpython/rev/93654d0d9b1e
changeset:   81255:93654d0d9b1e
branch:      3.3
user:        Nadeem Vawda <nadeem.vawda at gmail.com>
date:        Wed Jan 02 23:10:47 2013 +0100
summary:
  Correction: issue #16828 also affects BZ2Compressor.compress().

files:
  Misc/NEWS |  4 ++--
  1 files changed, 2 insertions(+), 2 deletions(-)


diff --git a/Misc/NEWS b/Misc/NEWS
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -123,8 +123,8 @@
 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.
 

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list