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 terry.reedy
Recipients alex, ezio.melotti, mark.dickinson, meador.inge, terry.reedy
Date 2011-09-23.19:22:20
SpamBayes Score 2.6446985e-06
Marked as misclassified No
Message-id <1316805740.77.0.96680994765.issue13012@psf.upfronthosting.co.za>
In-reply-to
Content
I agree with Alex. The poorly documented fact that *some* C-coded functions cannot accept arguments identified by keyword rather than position is a bit hole in the function abstraction.
+1 to the patch (and the int to bool change)
History
Date User Action Args
2011-09-23 19:22:20terry.reedysetrecipients: + terry.reedy, mark.dickinson, ezio.melotti, alex, meador.inge
2011-09-23 19:22:20terry.reedysetmessageid: <1316805740.77.0.96680994765.issue13012@psf.upfronthosting.co.za>
2011-09-23 19:22:20terry.reedylinkissue13012 messages
2011-09-23 19:22:20terry.reedycreate