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 tkinter
Recipients klappnase, serhiy.storchaka, tkinter
Date 2016-10-23.09:31:37
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1477215098.01.0.961611825488.issue28498@psf.upfronthosting.co.za>
In-reply-to
Content
Tcl_GetBoolean() converts a boolean string to an integer 0 or 1:
https://www.tcl.tk/man/tcl8.6/TclLib/GetInt.htm

and then Py_BuildValue() converts the integer to a Python object:
https://docs.python.org/2/c-api/arg.html
History
Date User Action Args
2016-10-23 09:31:38tkintersetrecipients: + tkinter, klappnase, serhiy.storchaka
2016-10-23 09:31:38tkintersetmessageid: <1477215098.01.0.961611825488.issue28498@psf.upfronthosting.co.za>
2016-10-23 09:31:38tkinterlinkissue28498 messages
2016-10-23 09:31:37tkintercreate