]> granicus.if.org Git - python/commit
Issue #26282: PyArg_ParseTupleAndKeywords() and Argument Clinic now support
authorSerhiy Storchaka <storchaka@gmail.com>
Thu, 9 Jun 2016 13:30:29 +0000 (16:30 +0300)
committerSerhiy Storchaka <storchaka@gmail.com>
Thu, 9 Jun 2016 13:30:29 +0000 (16:30 +0300)
commitf41b82fb19d1b91f99ab657e4c6a751c44152f12
treed646a40450ae5321aaa384609fb7b027639363e6
parent339880809a10bc63967b6f94aadc4cd7d406ba54
Issue #26282: PyArg_ParseTupleAndKeywords() and Argument Clinic now support
positional-only and keyword parameters in the same function.
Doc/c-api/arg.rst
Doc/glossary.rst
Doc/whatsnew/3.6.rst
Lib/test/test_capi.py
Lib/test/test_getargs2.py
Misc/NEWS
Modules/_testcapimodule.c
Python/getargs.c
Tools/clinic/clinic.py