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 travis
Recipients travis
Date 2009-02-12.17:00:06
SpamBayes Score 1.6752745e-05
Marked as misclassified No
Message-id <1234458009.55.0.195606559424.issue5210@psf.upfronthosting.co.za>
In-reply-to
Content
Here is a patch which adds a member called is_finished to decompression
objects that allows client code to know when it has reached the end of
the compressed stream.
History
Date User Action Args
2009-02-12 17:00:09travissetrecipients: + travis
2009-02-12 17:00:09travissetmessageid: <1234458009.55.0.195606559424.issue5210@psf.upfronthosting.co.za>
2009-02-12 17:00:08travislinkissue5210 messages
2009-02-12 17:00:08traviscreate