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 <[email protected]>
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: <[email protected]>
2009-02-12 17:00:08travislinkissue5210 messages
2009-02-12 17:00:08traviscreate