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 mark.dickinson
Recipients ezio.melotti, mark.dickinson, serhiy.storchaka
Date 2012-11-23.18:44:46
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1353696287.16.0.252679114999.issue16543@psf.upfronthosting.co.za>
In-reply-to
Content
> If there are no such cases I think we should fix it.

Okay, but what exactly is this fixing?  I can't find any examples apart from max and min where the new error messages seem any better than the old.  Your first message talks about "a function that receives both positional and keyword arguments", by which I guess you mean 'both required and optional arguments';  in any case, I can't find any such function (apart from max and min) that uses PyArg_ParseTuple.  So it seems to me that there's not actually any problem to be solved.

(And I think max and min probably need to be reworked to not use PyArg_ParseTuple at all.)
History
Date User Action Args
2012-11-23 18:44:47mark.dickinsonsetrecipients: + mark.dickinson, ezio.melotti, serhiy.storchaka
2012-11-23 18:44:47mark.dickinsonsetmessageid: <1353696287.16.0.252679114999.issue16543@psf.upfronthosting.co.za>
2012-11-23 18:44:47mark.dickinsonlinkissue16543 messages
2012-11-23 18:44:46mark.dickinsoncreate