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 serhiy.storchaka
Recipients anish.shah, larry, martin.panter, rhettinger, serhiy.storchaka
Date 2016-02-09.14:01:34
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1455026495.0.0.0700226144935.issue26282@psf.upfronthosting.co.za>
In-reply-to
Content
Proposed patch adds support for positional-only parameters in PyArg_ParseTupleAndKeywords(). It is simple, the most complex part is generating detailed error message for the case of calling with insufficient number of positional arguments.
History
Date User Action Args
2016-02-09 14:01:35serhiy.storchakasetrecipients: + serhiy.storchaka, rhettinger, larry, martin.panter, anish.shah
2016-02-09 14:01:35serhiy.storchakasetmessageid: <1455026495.0.0.0700226144935.issue26282@psf.upfronthosting.co.za>
2016-02-09 14:01:34serhiy.storchakalinkissue26282 messages
2016-02-09 14:01:34serhiy.storchakacreate