[Patches] [ python-Patches-1018509 ] fix bug 807871 : tkMessageBox.askyesno wrong result

SourceForge.net noreply at sourceforge.net
Sat Sep 18 18:05:45 CEST 2004


Patches item #1018509, was opened at 2004-08-29 13:15
Message generated for change (Comment added) made by loewis
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=1018509&group_id=5470

Category: Tkinter
Group: Python 2.3
>Status: Closed
>Resolution: Accepted
Priority: 5
Submitted By: Jiba (jiba)
Assigned to: Nobody/Anonymous (nobody)
Summary: fix bug 807871 : tkMessageBox.askyesno wrong result

Initial Comment:
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.

----------------------------------------------------------------------

>Comment By: Martin v. Löwis (loewis)
Date: 2004-09-18 18:05

Message:
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.

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=1018509&group_id=5470


More information about the Patches mailing list