[issue14684] zlib set dictionary support inflateSetDictionary

Jesús Cea Avión report at bugs.python.org
Thu May 3 21:31:39 CEST 2012


Jesús Cea Avión <jcea at jcea.es> added the comment:

A dictionary could be provided an init time. Then, the Z_NEED_DICT could be intercepted in the binding and automatically inject the dictionary provided in the init.

Anyway, for a patch to be approved, we need a test too.

PS: Why is this NOT targeted to 3.3?. We have time, yet.

----------
nosy: +jcea

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue14684>
_______________________________________


More information about the Python-bugs-list mailing list