Serhiy Storchaka added the comment:

I encountered this when implemented bzip2 support in zipfile (issue14371). I 
solved this also by rewriting read and read1 to make as many reads from the 
underlying file as necessary to return a non-empty result.

----------
nosy: +storchaka

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue15546>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to