]> granicus.if.org Git - python/commit
Issue #27164: Allow decompressing raw Deflate streams with predefined zdict
authorMartin Panter <vadmium+py@gmail.com>
Sun, 5 Jun 2016 10:48:34 +0000 (10:48 +0000)
committerMartin Panter <vadmium+py@gmail.com>
Sun, 5 Jun 2016 10:48:34 +0000 (10:48 +0000)
commit3f0ee83f14f2ce2c05360f5ed326844388353b6f
tree7a222185d5377d9b6e3e423c29a849fad47859a3
parent484c913ed9fc438cedd2757d6124ab1bac4239be
Issue #27164: Allow decompressing raw Deflate streams with predefined zdict

Based on patch by Xiang Zhang.
Lib/test/test_zlib.py
Misc/NEWS
Modules/zlibmodule.c