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-10.19:46:19
SpamBayes Score 0.00029737217
Marked as misclassified No
Message-id <[email protected]>
In-reply-to
Content
Underlying zlib can determine when it has hit the end of a compressed
stream without reading past the end.  Python zlib implementation requires
that one read past the end before it signals the end by putting data in
Decompress.unused_data.  This complicates interfacing with mixed
compressed/uncompressed streams.
History
Date User Action Args
2009-02-10 19:46:20travissetrecipients: + travis
2009-02-10 19:46:20travissetmessageid: <[email protected]>
2009-02-10 19:46:19travislinkissue5210 messages
2009-02-10 19:46:19traviscreate