This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author nadeem.vawda
Recipients Fabio.Erculiani, nadeem.vawda, serhiy.storchaka
Date 2013-12-01.17:58:29
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1385920710.21.0.277835602054.issue19839@psf.upfronthosting.co.za>
In-reply-to
Content
I'll have a patch for this in the next couple of days (and a similar one
for the lzma module, which has the same issue (even though it's not a
regression in that case)).

In the meanwhile, you can work around this by feeding the compressed data
to a BZ2Decompressor yourself - it stops at the end of the bz2 stream,
with any leftover data stored in its 'unused_data' attribute.
History
Date User Action Args
2013-12-01 17:58:30nadeem.vawdasetrecipients: + nadeem.vawda, Fabio.Erculiani, serhiy.storchaka
2013-12-01 17:58:30nadeem.vawdasetmessageid: <1385920710.21.0.277835602054.issue19839@psf.upfronthosting.co.za>
2013-12-01 17:58:30nadeem.vawdalinkissue19839 messages
2013-12-01 17:58:29nadeem.vawdacreate