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 martin.panter
Recipients docs@python, martin.panter
Date 2015-01-09.02:08:57
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1420769337.91.0.0894631942911.issue23200@psf.upfronthosting.co.za>
In-reply-to
Content
The processing of unconsumed_tail in flush() was introduced via Issue 16411. Before that I suspect flush() was assumed to only be called when max_length was not used.

The decompress() method changed from Z_NO_FLUSH to Z_SYNC_FLUSH in Feb 2001; see revision 01c2470eeb2e. I guess previously flush() was necessary to get all your data. The max_length parameter was added later in October that year; see Issue 403753 and revision 60e12f83d2d2.
History
Date User Action Args
2015-01-09 02:08:57martin.pantersetrecipients: + martin.panter, docs@python
2015-01-09 02:08:57martin.pantersetmessageid: <1420769337.91.0.0894631942911.issue23200@psf.upfronthosting.co.za>
2015-01-09 02:08:57martin.panterlinkissue23200 messages
2015-01-09 02:08:57martin.pantercreate