]> granicus.if.org Git - python/commit
Issue #4625: If IDLE cannot write to its recent file or breakpoint
authorNed Deily <nad@acm.org>
Wed, 14 Dec 2011 22:57:43 +0000 (14:57 -0800)
committerNed Deily <nad@acm.org>
Wed, 14 Dec 2011 22:57:43 +0000 (14:57 -0800)
commit40ad04171d7f3773ed29a3ff13a1d58eefab57c2
treee062135434d80c078b3b7a8e877117fffcb548f6
parent27b154ea57dcb4232701504557e7c2cebbd5458e
Issue #4625: If IDLE cannot write to its recent file or breakpoint
files, display a message popup and continue rather than crash.
(original patch by Roger Serwy)
Lib/idlelib/EditorWindow.py
Lib/idlelib/PyShell.py