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 gpolo
Recipients ajaksu2, gpolo, loewis, reowen
Date 2009-03-31.23:11:21
SpamBayes Score 3.2545072e-06
Marked as misclassified No
Message-id <1238541084.43.0.983554742565.issue978604@psf.upfronthosting.co.za>
In-reply-to
Content
Using this patch I noticed two problems appeared when running WaitTest.py

1) Closing the window results in: "_tkinter.TclError: can't invoke
"tkwait" command:  application has been destroyed" which I'm not
considering as a bug, maybe the user can get confused about this but if
the application were doing something like WaitTest.py does then it
should also be aware that this could happen.

2) Pressing Ctrl-c hits a different problem, causing ::tkerror to be
called, which I'm considering a bug that I still have to check.
History
Date User Action Args
2009-03-31 23:11:24gpolosetrecipients: + gpolo, loewis, reowen, ajaksu2
2009-03-31 23:11:24gpolosetmessageid: <1238541084.43.0.983554742565.issue978604@psf.upfronthosting.co.za>
2009-03-31 23:11:22gpololinkissue978604 messages
2009-03-31 23:11:21gpolocreate