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 tso
Recipients
Date 2004-10-15.03:51:21
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
1 line fix:

After line 336's:
   root.destroy()
insert
   root.quit()

[Since IDLE is Tkinter based, the implict quit can't 
happen immediately.  Worse, the shell has difficulty 
resetting and using a ^C can leave a zombie process]

-T.
History
Date User Action Args
2007-08-23 14:26:43adminlinkissue1047540 messages
2007-08-23 14:26:43admincreate