◐ Shell
clean mode source ↗

Message 81590 - Python tracker

Message81590

Author travis
Recipients travis
Date 2009-02-10.19:46:19
SpamBayes Score 0.00029737217
Marked as misclassified No
Message-id <1234295180.57.0.273384677161.issue5210@psf.upfronthosting.co.za>
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: <1234295180.57.0.273384677161.issue5210@psf.upfronthosting.co.za>
2009-02-10 19:46:19travislinkissue5210 messages
2009-02-10 19:46:19traviscreate