This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author larry
Recipients Arfrever, eric.araujo, gvanrossum, larry, loewis, maubp, ncoghlan, pitrou, python-dev, r.david.murray, rosslagerwall, shaurz, vstinner
Date 2012-03-15.19:12:21
SpamBayes Score 1.1053563e-06
Marked as misclassified No
Message-id <1331838742.83.0.892221769812.issue14127@psf.upfronthosting.co.za>
In-reply-to
Content
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.)
History
Date User Action Args
2012-03-15 19:12:22larrysetrecipients: + larry, gvanrossum, loewis, ncoghlan, pitrou, vstinner, eric.araujo, Arfrever, r.david.murray, maubp, shaurz, rosslagerwall, python-dev
2012-03-15 19:12:22larrysetmessageid: <1331838742.83.0.892221769812.issue14127@psf.upfronthosting.co.za>
2012-03-15 19:12:22larrylinkissue14127 messages
2012-03-15 19:12:21larrycreate