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 xiang.zhang
Recipients Vladimir Mihailenco, martin.panter, nadeem.vawda, twouters, xiang.zhang
Date 2016-06-01.11:02:41
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1464778961.99.0.707641240558.issue27164@psf.upfronthosting.co.za>
In-reply-to
Content
I think my conclusion in last message is right. A similar bug in CPAN can be found in https://rt.cpan.org/Public/Bug/Display.html?id=36046. And I can find in zlib's changelog inflateSetDictionary starts to support raw inflate from 1.2.2.1.

Patch attached now allows Python to decompress raw deflate format with a dictionary. Hope some core devs are willing to review.
History
Date User Action Args
2016-06-01 11:02:42xiang.zhangsetrecipients: + xiang.zhang, twouters, nadeem.vawda, martin.panter, Vladimir Mihailenco
2016-06-01 11:02:41xiang.zhangsetmessageid: <1464778961.99.0.707641240558.issue27164@psf.upfronthosting.co.za>
2016-06-01 11:02:41xiang.zhanglinkissue27164 messages
2016-06-01 11:02:41xiang.zhangcreate