Serhiy Storchaka added the comment:

Proposed patch adds support for positional-only parameters in 
PyArg_ParseTupleAndKeywords(). It is simple, the most complex part is 
generating detailed error message for the case of calling with insufficient 
number of positional arguments.

----------
keywords: +patch
Added file: 
http://bugs.python.org/file41868/pyarg_parse_positional_only_and_keywords.patch

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue26282>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to