]> granicus.if.org Git - python/commit
Fix SF bug #557436, TclError is a str should be an Exception
authorNeal Norwitz <nnorwitz@gmail.com>
Tue, 4 Jun 2002 17:14:07 +0000 (17:14 +0000)
committerNeal Norwitz <nnorwitz@gmail.com>
Tue, 4 Jun 2002 17:14:07 +0000 (17:14 +0000)
commitb5b5a260ea2e8b5ea21ec7d938ddc69ad716635e
tree4256df97fbd3b686f55a3e89f69255f56cb99e70
parent293dd4b77b568b32d8131eebb3f6688125d117de
Fix SF bug #557436, TclError is a str should be an Exception

Make Tkinter.TclError derive from Exception, it was a string.
Misc/NEWS
Modules/_tkinter.c