[issue27817] tkinter string variable misinterpreted as boolean

2022-04-02 Thread Irit Katriel
Change by Irit Katriel : -- stage: test needed -> resolved status: pending -> closed ___ Python tracker ___ ___ Python-bugs-list

[issue27817] tkinter string variable misinterpreted as boolean

2022-03-24 Thread Irit Katriel
Irit Katriel added the comment: This problem was reported for 2.7 without a manageable reproducer. I suggest we close it because it's unlikely that anyone will want to investigate this now unless it's reported again for a supported python version. -- nosy: +iritkatriel resolution:

[issue27817] tkinter string variable misinterpreted as boolean

2016-08-21 Thread Andreas Bolsch
Andreas Bolsch added the comment: I'm afraid I don't know Tcl nor python good enough to be able to strip this down to a reasonably simple test case. However, I wonder what's going on there: When the Tcl variable holding the radiobutton's value contains "x", "z", ..., value->typePtr always

[issue27817] tkinter string variable misinterpreted as boolean

2016-08-20 Thread Serhiy Storchaka
Changes by Serhiy Storchaka : -- nosy: +serhiy.storchaka stage: -> test needed ___ Python tracker ___

[issue27817] tkinter string variable misinterpreted as boolean

2016-08-20 Thread R. David Murray
R. David Murray added the comment: Any chance you could provide a simple reproducer? We'll need something for a unit test. -- nosy: +r.david.murray title: String variable misinterpreted as boolean -> tkinter string variable misinterpreted as boolean