Larry Hastings <la...@hastings.org> added the comment:

Attached is a second patch that adds keyword-only argument support to 
PyArg_ParseTupleAndKeywords.  This was developed in isolation.

The magic character is '$'; I would have used '*', but we already use '*' in 
the format string as a modifier to 'U' and 's' etc.  If someone has a better 
idea for the format I'd be interested.  Martin suggested using '|' a second 
time but I am unsure.

(Re: no reitveld link: my repo must have drifted too far and the patch didn't 
align cleanly.  I've freshened and am rerunning the regression test; once that 
runs clean I'll upload a fresh patch.)

----------
Added file: http://bugs.python.org/file24874/larry.parsekwonly.diff.1.txt

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

Reply via email to