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 klappnase
Recipients GNJ, klappnase, serhiy.storchaka, tkinter
Date 2016-10-23.23:20:24
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1477264824.93.0.1342532451.issue28498@psf.upfronthosting.co.za>
In-reply-to
Content
And another thing:

"There is no test that shows that self.tk.getboolean is buggy."

Well...

$ python3
Python 3.4.2 (default, Oct  8 2014, 10:45:20) 
[GCC 4.9.1] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import tkinter
>>> root=tkinter.Tk()
>>> root.tk.getboolean(root.tk_strictMotif())
0
>>>
History
Date User Action Args
2016-10-23 23:20:24klappnasesetrecipients: + klappnase, serhiy.storchaka, tkinter, GNJ
2016-10-23 23:20:24klappnasesetmessageid: <1477264824.93.0.1342532451.issue28498@psf.upfronthosting.co.za>
2016-10-23 23:20:24klappnaselinkissue28498 messages
2016-10-23 23:20:24klappnasecreate