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 larry, serhiy.storchaka
Date 2015-04-23.19:56:45
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1429819006.23.0.606448171208.issue24037@psf.upfronthosting.co.za>
In-reply-to
Content
I consider this as transitional style, for simpler converting to Argument Clinic without changing the behaviour. In future it can be replaced with bool.

But the bool converter has a downside. It is harder to extend it. We can't add a support of say a tuple, or callable, or string, or ternary logic value without potential breaking some code. I propose first convert all semantic boolean ints to the boolint converter, and then, after fundamental analysis, replace boolint with bool if there is no any sense to extend concrete parameter.
History
Date User Action Args
2015-04-23 19:56:46serhiy.storchakasetrecipients: + serhiy.storchaka, larry
2015-04-23 19:56:46serhiy.storchakasetmessageid: <1429819006.23.0.606448171208.issue24037@psf.upfronthosting.co.za>
2015-04-23 19:56:46serhiy.storchakalinkissue24037 messages
2015-04-23 19:56:45serhiy.storchakacreate