]> granicus.if.org Git - python/commit
The message "Exception in Tkinter callback" should go to stderr.
authorGuido van Rossum <guido@python.org>
Tue, 6 Oct 1998 19:06:27 +0000 (19:06 +0000)
committerGuido van Rossum <guido@python.org>
Tue, 6 Oct 1998 19:06:27 +0000 (19:06 +0000)
commitda654505307c766169915e133cd03e78b240acaf
tree4573d8aecc3afd8200b030b8f53319e994a51de9
parent56af4448e1be7a7ed244a5f8f1da174da2ca1a76
The message "Exception in Tkinter callback" should go to stderr.

Fix bug in NoDefaultRoot() -- _default_root wasn't declared global;
and made it reentrant.

Don't set _default_root to whatever master gets passed in to
BaseWidget._setup() (only set it when we need to create a new Tk()
widget).
Lib/lib-tk/Tkinter.py