]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
1. Fail gracefully if the file fails to decode when loaded.
authorKurt B. Kaiser <kbk@shore.net>
Thu, 6 Sep 2007 04:03:04 +0000 (04:03 +0000)
committerKurt B. Kaiser <kbk@shore.net>
Thu, 6 Sep 2007 04:03:04 +0000 (04:03 +0000)
commit105f60ee628842a20f70526f9e994bc8acfaa9c7
tree837b6989b04284bb28b753efb32e3cef81805dca
parent3da4c4bcaba549b27f3f3ba69ad7e58a585d5461
1. Fail gracefully if the file fails to decode when loaded.
2. If the load fails, close the half-built edit window.
3. Don't reopen the file to check the shebang.
4. Clarify that we're setting tabs in Tk.

M    EditorWindow.py
M    FileList.py
Lib/idlelib/EditorWindow.py
Lib/idlelib/FileList.py