]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #16828: Fix error incorrectly raised by bz2.compress(b'') and bz2.BZ2Compressor...
authorNadeem Vawda <nadeem.vawda@gmail.com>
Wed, 2 Jan 2013 22:13:53 +0000 (23:13 +0100)
committerNadeem Vawda <nadeem.vawda@gmail.com>
Wed, 2 Jan 2013 22:13:53 +0000 (23:13 +0100)
commitef408aea3dbf9dcedbad441b52af170fa82842ae
tree419d934f14185b7fdc14210c39044b27e7c3b980
parent90e477455873c2b701d5eb0bc751da7ac9510754
parent791e464f75bec3829c5e9351b728bb78b0ec0719
Issue #16828: Fix error incorrectly raised by bz2.compress(b'') and bz2.BZ2Compressor.compress(b'').

Initial patch by Martin Packman.
Lib/test/test_bz2.py
Misc/ACKS
Misc/NEWS