]> granicus.if.org Git - python/commit
Issue #16764: Support keyword arguments to zlib.decompress(). Patch by
authorSerhiy Storchaka <storchaka@gmail.com>
Mon, 15 Aug 2016 07:06:16 +0000 (10:06 +0300)
committerSerhiy Storchaka <storchaka@gmail.com>
Mon, 15 Aug 2016 07:06:16 +0000 (10:06 +0300)
commit15f3228b7c35fb44f0024d9814172d49f472891b
treecc0690f4128442ec9df235f465d016b8f51039ca
parenteb24988962728b3edbd346ced938c4120e7e2eed
Issue #16764: Support keyword arguments to zlib.decompress().  Patch by
Xiang Zhang.
Doc/library/zlib.rst
Lib/test/test_zlib.py
Misc/NEWS
Modules/clinic/zlibmodule.c.h
Modules/zlibmodule.c