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.

Author idiscovery
Recipients
Date 2002-12-15.09:28:01
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Logged In: YES 
user_id=33229

It's a basic computer engineering principle not to ignore errors
silently, and no one has given any reason, good or otherwise, 
as to why this code should be in there. 

To not believe this problem could ever happen is to assume that
there are never side effects in Tcl from Tkinter.

For an example of where a bug has been obscured by this,
comment out the line self.tk.createcommand('tkerror', _tkerror)
in Tkinter.py and run Demo/tix/tixwidgets.py Click on the
ComboBox in the ExFileSelectBox demo. The popdown scrolled
list widget is being created, then destroyed. 

Martin I don't know how you could still assume
that Tkinter does *not*, actually, drop any errors
when you checked in the description of the bug
over a year ago: Demo/tix/tixwidgets/BUGS.txt
$Id: BUGS.txt,v 1.1 2001/03/21 07:42:07 loewis Exp $
History
Date User Action Args
2008-01-20 09:55:49adminlinkissue639266 messages
2008-01-20 09:55:49admincreate