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 pitrou
Recipients matthew.brett, pitrou
Date 2010-05-10.22:11:01
SpamBayes Score 0.019923292
Marked as misclassified No
Message-id <1273529463.73.0.031151053087.issue8672@psf.upfronthosting.co.za>
In-reply-to
Content
After a bit of debugging, it seems your data is not actually a complete zlib stream (*). What did you generate it with?

(*) in technical terms, the zlib never returns Z_STREAM_END when decompressing your data. The decompressobj ignores it, but the top-level decompress() function considers it an error.
History
Date User Action Args
2010-05-10 22:11:03pitrousetrecipients: + pitrou, matthew.brett
2010-05-10 22:11:03pitrousetmessageid: <1273529463.73.0.031151053087.issue8672@psf.upfronthosting.co.za>
2010-05-10 22:11:01pitroulinkissue8672 messages
2010-05-10 22:11:01pitroucreate