]> granicus.if.org Git - python/commit
IDLE should exit if it fails to connect with the execution server
authorKurt B. Kaiser <kbk@shore.net>
Tue, 24 Dec 2002 03:33:12 +0000 (03:33 +0000)
committerKurt B. Kaiser <kbk@shore.net>
Tue, 24 Dec 2002 03:33:12 +0000 (03:33 +0000)
commita2a3cb23defa5e17a159982adac33e3dd58d8a93
tree6b994e6e2673177a71752d80395c1176406b1e36
parent11220fad1d7eee24f1d9809c6d5023875099cb37
IDLE should exit if it fails to connect with the execution server
subprocess.  Currently it opens a dead shell window.
Lib/idlelib/PyShell.py