Kaydet (Commit) 6c8579ed authored tarafından Kurt B. Kaiser's avatar Kurt B. Kaiser

Set the default for delete-exitfunc in config-main.def to True to handle

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.
üst ce5b6d55
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment