[issue26282] Add support for partial keyword arguments in extension functions

Serhiy Storchaka report at bugs.python.org
Mon May 2 08:23:10 EDT 2016


Serhiy Storchaka added the comment:

For example here is a patch that partially reverts issue26243 by making "data" positional parameter, but keeping "level" positional-or-keyword parameter.

----------
Added file: http://bugs.python.org/file42682/zlib_compress_positional_only_data.patch

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


More information about the Python-bugs-list mailing list