]> granicus.if.org Git - python/commit
1. Make the startup more robust by not spawning the subprocess if IDLE
authorKurt B. Kaiser <kbk@shore.net>
Thu, 15 May 2003 03:40:51 +0000 (03:40 +0000)
committerKurt B. Kaiser <kbk@shore.net>
Thu, 15 May 2003 03:40:51 +0000 (03:40 +0000)
commit5db4843c5e7d2b420b9ca9189b9e30669b62e55e
tree64f0c423f9f4ab56b1b59da326f9553bb2f68e54
parent7f38ec0849fd2b19e660350c59d42b8b5cfae2d1
1. Make the startup more robust by not spawning the subprocess if IDLE
   can't acquire the port to listen on.
2. Shorten the retry and simplify the messages.
Lib/idlelib/PyShell.py