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: tkMessageBox functions reject type and ico
Type: Stage:
Components: Tkinter Versions:
process
Status: closed Resolution: accepted
Dependencies: Superseder:
Assigned To: loewis Nosy List: loewis, tdiggins
Priority: normal Keywords:

Created on 2003-10-01 15:19 by tdiggins, last changed 2022-04-10 16:11 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
tkMessageBox.py tdiggins, 2003-10-01 15:19 3line amendment to tkMessageBox.py
Messages (2)
msg18493 - (view) Author: Tim Diggins (tdiggins) Date: 2003-10-01 15:19
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.


msg18494 - (view) Author: Martin v. Löwis (loewis) * (Python committer) Date: 2006-06-17 19:04
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.
History
Date User Action Args
2022-04-10 16:11:32adminsetgithub: 39347
2003-10-01 15:19:38tdigginscreate