]> granicus.if.org Git - python/commit
Ignore the TclError exception raised when deleting the registration
authorGuido van Rossum <guido@python.org>
Mon, 14 Sep 1998 19:06:39 +0000 (19:06 +0000)
committerGuido van Rossum <guido@python.org>
Mon, 14 Sep 1998 19:06:39 +0000 (19:06 +0000)
commit0c92000b7a679f1c8add378bb36c6c08efe6f6eb
tree6e9395a6b75bfa99e4f0a4e9cc6b56c1447c7893
parent98b6246c0c60f2831b0c7a66d8c0659ebac1ec32
Ignore the TclError exception raised when deleting the registration
for callit, used by the after() command.  This can happen when the
callback deletes the window.
Lib/lib-tk/Tkinter.py