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, gregory.p.smith, gvanrossum, larry, loewis, maubp, ncoghlan, pitrou, python-dev, r.david.murray, rosslagerwall, shaurz, vstinner
Date 2012-03-15.21:50:47
SpamBayes Score 0.0009349988
Marked as misclassified No
Message-id <1331848248.41.0.266846481428.issue14127@psf.upfronthosting.co.za>
In-reply-to
Content
I've created a separate issue for adding keyword-only parameter support to PyArg_ParseTupleAndKeywords, #14328.  I've also posted a new patch to that issue incorporating Greg's suggestions.  Please file all further comments regarding this topic on that issue.
History
Date User Action Args
2012-03-15 21:50:48larrysetrecipients: + larry, gvanrossum, loewis, gregory.p.smith, ncoghlan, pitrou, vstinner, eric.araujo, Arfrever, r.david.murray, maubp, shaurz, rosslagerwall, python-dev
2012-03-15 21:50:48larrysetmessageid: <1331848248.41.0.266846481428.issue14127@psf.upfronthosting.co.za>
2012-03-15 21:50:47larrylinkissue14127 messages
2012-03-15 21:50:47larrycreate