[issue8536] Support new features of ZLIB 1.2.5

2010-04-26 Thread Jesús Cea Avión
Jesús Cea Avión added the comment: Relevant links: http://www.zlib.net/ http://www.zlib.net/manual.html My mistake: these new features were added in zlib 1.2.4, not 1.2.5. -- ___ Python tracker _

[issue8536] Support new features of ZLIB 1.2.5

2010-04-26 Thread Jesús Cea Avión
New submission from Jesús Cea Avión : 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. -- keywords: easy me