Serhiy Storchaka <[email protected]> added the comment:

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.

----------

_______________________________________
Python tracker <[email protected]>
<http://bugs.python.org/issue14371>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to