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 chortos
Recipients chortos, nadeem.vawda, petri.lehtinen, pitrou
Date 2011-08-06.05:20:31
SpamBayes Score 0.0008641368
Marked as misclassified No
Message-id <1312608032.29.0.482079739389.issue12646@psf.upfronthosting.co.za>
In-reply-to
Content
I have another proposition (as an alternative). The new _bz2.BZ2Decompressor objects have an attribute called eof which is False until the end of the stream is read. The same attribute could be added to zlib.Decompress objects.
History
Date User Action Args
2011-08-06 05:20:32chortossetrecipients: + chortos, pitrou, nadeem.vawda, petri.lehtinen
2011-08-06 05:20:32chortossetmessageid: <1312608032.29.0.482079739389.issue12646@psf.upfronthosting.co.za>
2011-08-06 05:20:31chortoslinkissue12646 messages
2011-08-06 05:20:31chortoscreate