]> granicus.if.org Git - python/commit
Issue #26243: Only the level argument to zlib.compress() is keyword argument
authorSerhiy Storchaka <storchaka@gmail.com>
Sat, 25 Jun 2016 19:43:05 +0000 (22:43 +0300)
committerSerhiy Storchaka <storchaka@gmail.com>
Sat, 25 Jun 2016 19:43:05 +0000 (22:43 +0300)
commit95657cdd40dace0a8f62c50b3f0991b4ec9972fd
treebf466a0cc516e0292442c5db35c8e6c9fc92790a
parent696c35e86bffea1f2bc6179a29e46416899e3de6
Issue #26243: Only the level argument to zlib.compress() is keyword argument
now.  The first argument is positional-only.
Doc/library/zlib.rst
Lib/test/test_zlib.py
Misc/NEWS
Modules/clinic/zlibmodule.c.h
Modules/zlibmodule.c