Bugs item #815924, was opened at 2003-10-01 17:19
Message generated for change (Settings changed) made by loewis
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=815924&group_id=5470

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Tkinter
Group: None
>Status: Closed
>Resolution: Accepted
Priority: 5
Submitted By: Tim Diggins (tdiggins)
Assigned to: Martin v. Löwis (loewis)
Summary: tkMessageBox functions reject type and ico

Initial Comment:
Python 2.2.x -> Python 2.3 
I've noticed a small separation between documentation 
and reality in tkMessageBox.

According to Fredrik Lundh's documentation of 
tkMessageBox (in the various online guides & ?printed) 
you can send type and icon keywords to 
tkMessageBox's convenience functions (like askquestion)

However this doesn't work. Don't know if it used to.
So I'm not sure if the docs should be amended or amend 
the code (originally submitted by Fredrik).

An attempt to clear up this bug but was rejected (I 
think, because they also added a feature). see BUG 
761144 https://sourceforge.net/tracker/?
func=detail&atid=105470&aid=761144&group_id=5470)


A simple way to clean up this would be to amend the 
first three lines of _show as attached.




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

>Comment By: Martin v. Löwis (loewis)
Date: 2006-06-17 21:04

Message:
Logged In: YES 
user_id=21627

Thanks for the patch; I committed something similar as
r47008. Please submit unified diffs in the future; this
makes it easier to process them.

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

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=815924&group_id=5470
_______________________________________________
Python-bugs-list mailing list 
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to