On 18 January 2018 at 19:26, Larry Hastings <[email protected]> wrote: > Would we be adding yet a third argument-parsing function, > PyArg_ParseTupleAndKeywordsWithPositionalOnly()?
Checking the docs, it turns out PyArg_ParseTupleAndKeywords already gained positional-only argument support in 3.6 by way of empty strings in the keyword array. Cheers, Nick. -- Nick Coghlan | [email protected] | Brisbane, Australia _______________________________________________ Python-Dev mailing list [email protected] https://mail.python.org/mailman/listinfo/python-dev Unsubscribe: https://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com
