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 jcea
Recipients jcea
Date 2010-04-26.17:23:08
SpamBayes Score 0.013068011
Marked as misclassified No
Message-id <1272302591.08.0.11918516326.issue8536@psf.upfronthosting.co.za>
In-reply-to
Content
Zlib 1.2.5 adds new features like "inflateReset2()", "inflateMark()", or "Z_TREES" flags.

We should support them if we have zlib 1.2.5 installed.

I think the patch is trivial, beside testing that we have a recent zlib version.
History
Date User Action Args
2010-04-26 17:23:11jceasetrecipients: + jcea
2010-04-26 17:23:11jceasetmessageid: <1272302591.08.0.11918516326.issue8536@psf.upfronthosting.co.za>
2010-04-26 17:23:08jcealinkissue8536 messages
2010-04-26 17:23:08jceacreate