w/o the subprocess to fail. Check in a fix to IDLE and IDLEfork.
M PyShell.py
Backport candidate, combine with previous.
client = self.interp.start_subprocess()
if not client:
self.close()
- return None
+ return False
else:
nosub = "==== No Subprocess ===="
self.write("Python %s on %s\n%s\n%s\nIDLE %s %s\n" %
self.showprompt()
import Tkinter
Tkinter._default_root = None # 03Jan04 KBK What's this?
- return client
+ return True
def readline(self):
save = self.reading