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 SilentGhost, docs@python, nchammas, terry.reedy
Date 2016-02-12.23:22:19
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1455319340.11.0.882713491479.issue26334@psf.upfronthosting.co.za>
In-reply-to
Content
This is a known, generic issue with c-coded functions.  Some C functions have been converted, especially those with boolean parameters, and especially those with multiple boolean parameters.

I think, but an not sure, that / is sometimes used to signal that the preceding are position only, and that this may have something to do with ArgumentClinic.  I also would like a consistent indication.  But this may be a duplicate issue.
History
Date User Action Args
2016-02-12 23:22:20terry.reedysetrecipients: + terry.reedy, SilentGhost, docs@python, nchammas
2016-02-12 23:22:20terry.reedysetmessageid: <1455319340.11.0.882713491479.issue26334@psf.upfronthosting.co.za>
2016-02-12 23:22:20terry.reedylinkissue26334 messages
2016-02-12 23:22:19terry.reedycreate