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 GNJ, klappnase, serhiy.storchaka, tkinter
Date 2016-10-23.23:28:37
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1477265317.84.0.860807899052.issue28498@psf.upfronthosting.co.za>
In-reply-to
Content
Hi,
I think that it's behaving well. Where is the bug here?
root.tk.getboolean(root.tk_strictMotif())

getboolean() converts Tcl strings to Boolean Python values according to the definition of True and False in Tcl.

getboolean is only used for converting strings to boolean Python values. It's undefined the behaviour for other things different than strings.
History
Date User Action Args
2016-10-23 23:28:37tkintersetrecipients: + tkinter, klappnase, serhiy.storchaka, GNJ
2016-10-23 23:28:37tkintersetmessageid: <1477265317.84.0.860807899052.issue28498@psf.upfronthosting.co.za>
2016-10-23 23:28:37tkinterlinkissue28498 messages
2016-10-23 23:28:37tkintercreate