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 serhiy.storchaka
Recipients loewis, serhiy.storchaka
Date 2012-03-21.09:08:00
SpamBayes Score 0.001008732
Marked as misclassified No
Message-id <1332320881.41.0.483368952033.issue14371@psf.upfronthosting.co.za>
In-reply-to
Content
Thanks to the tests, I found the error. Since the bzip2 is block algorithm, decompressor need to eat a certain amount of data, so it began to return data. Now when reading small chunks turns out premature end of data. I'm working on a fix.
History
Date User Action Args
2012-03-21 09:08:01serhiy.storchakasetrecipients: + serhiy.storchaka, loewis
2012-03-21 09:08:01serhiy.storchakasetmessageid: <1332320881.41.0.483368952033.issue14371@psf.upfronthosting.co.za>
2012-03-21 09:08:00serhiy.storchakalinkissue14371 messages
2012-03-21 09:08:00serhiy.storchakacreate