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 nobody
Recipients
Date 2001-01-23.16:26:36
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Argh... my line by line fix list got munged. You'll have to apply imaginary comments to delimit each fix. 

The bug this fixes is 124981 "zlib decompress of sync-flushed data fails"

A lot of the patch changes are simply whitespace changes to clean up the formating. The patch can probably be edited to only include the changes to the PyZlib_objdecompress routine to fix the most important bug, but this would leave the code even more inconsistant than it is. Most of the rest of the fixes are to make the other routines cleaner, though they do also fix the minor bugs mentioned.
History
Date User Action Args
2007-08-23 15:03:25adminlinkissue403373 messages
2007-08-23 15:03:25admincreate