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 dabeaz, nadeem.vawda, pitrou, serhiy.storchaka
Date 2012-08-04.06:53:18
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1344063199.73.0.261102944769.issue15546@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2012-08-04 06:53:20serhiy.storchakasetrecipients: + serhiy.storchaka, pitrou, nadeem.vawda, dabeaz
2012-08-04 06:53:19serhiy.storchakasetmessageid: <1344063199.73.0.261102944769.issue15546@psf.upfronthosting.co.za>
2012-08-04 06:53:19serhiy.storchakalinkissue15546 messages
2012-08-04 06:53:18serhiy.storchakacreate