[issue16764] Make zlib accept keyword-arguments

Lukas Lueg report at bugs.python.org
Mon Dec 24 15:31:45 CET 2012


Lukas Lueg added the comment:

Nothing of what you mention is a problem of this patch.

The memLevel-keyword was not supported as of now, only the docstring ("memLevel") and the documentation ("memlevel") mentioned it. There is no third-party code that could have used it.

The current docstring says that a "string"-keyword should be used with decompress(), the documentation talks about a "data"-keyword. Both are not supported, the patch adds support for a "data"-keyword and fixes the docstring.

----------
components: +Library (Lib) -Extension Modules
type: enhancement -> 

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


More information about the Python-bugs-list mailing list