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.

classification
Title: fix bug 807871 : tkMessageBox.askyesno wrong result
Type: Stage:
Components: Tkinter Versions: Python 2.3
process
Status: closed Resolution: accepted
Dependencies: Superseder:
Assigned To: Nosy List: jiba, loewis
Priority: normal Keywords: patch

Created on 2004-08-29 11:15 by jiba, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
python-askyesno.patch jiba, 2004-08-29 11:15 the patch
Messages (2)
msg46807 - (view) Author: Jiba (jiba) Date: 2004-08-29 11:15
This patch is a quick fix for the bug 807871 :
"tkMessageBox.askyesno wrong result". It should be
applied in the file Lib/lib-tk/tkMessageBox.py.
msg46808 - (view) Author: Martin v. Löwis (loewis) * (Python committer) Date: 2004-09-18 16:05
Logged In: YES 
user_id=21627

Thanks for the patch. I have committed something similar as

tkMessageBox.py 1.3, 1.2.10.1
NEWS 1.831.4.151

Essentially, I changed _show to convert booleans back to
strings.
History
Date User Action Args
2022-04-11 14:56:06adminsetgithub: 40842
2004-08-29 11:15:28jibacreate