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 benfogle
Recipients Decorater, benfogle
Date 2016-07-15.01:58:33
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1468547913.92.0.828016217275.issue27517@psf.upfronthosting.co.za>
In-reply-to
Content
The above code demonstrates two separate issues. One with the decompressor, and one with the compressor.

In the compressor example, the first output differs from the rest because it is a file header which is always emitted. That behavior is correct.
History
Date User Action Args
2016-07-15 01:58:33benfoglesetrecipients: + benfogle, Decorater
2016-07-15 01:58:33benfoglesetmessageid: <1468547913.92.0.828016217275.issue27517@psf.upfronthosting.co.za>
2016-07-15 01:58:33benfoglelinkissue27517 messages
2016-07-15 01:58:33benfoglecreate