]> granicus.if.org Git - python/commitdiff
Set the default for delete-exitfunc in config-main.def to True to handle
authorKurt B. Kaiser <kbk@shore.net>
Sun, 1 Jun 2003 01:08:32 +0000 (01:08 +0000)
committerKurt B. Kaiser <kbk@shore.net>
Sun, 1 Jun 2003 01:08:32 +0000 (01:08 +0000)
abnormal exit situations cleanly, especially stuck user threads.  Future
plan is to intercept the user's atexit functions and run them under
IDLE's control.

Lib/idlelib/config-main.def

index 206c37f14d7315a4a0a82842499f566f8a1e8be2..4b545d44e9573e3b2c435c9ab47db7e8f00d1907 100644 (file)
@@ -43,7 +43,7 @@ editor-on-startup= 0
 autosave= 0
 print-command-posix=lpr %s
 print-command-win=start /min notepad /p %s
-delete-exitfunc= 0
+delete-exitfunc= 1
 
 [EditorWindow]
 width= 80