]> granicus.if.org Git - python/commit
The GUI was hanging if the shell window was closed while a raw_input()
authorKurt B. Kaiser <kbk@shore.net>
Thu, 23 Dec 2004 04:20:59 +0000 (04:20 +0000)
committerKurt B. Kaiser <kbk@shore.net>
Thu, 23 Dec 2004 04:20:59 +0000 (04:20 +0000)
commit5c3df35b6b1f48cb48c91b0c7a8754590a694171
tree00ccc7bcc4b1fc54472ca994cadc9c1ff4886720
parentee4bb6612a382af49cbb17629f9430afd7f746fa
The GUI was hanging if the shell window was closed while a raw_input()
was pending.  Restored the quit() of the readline() mainloop().
http://mail.python.org/pipermail/idle-dev/2004-December/002307.html

M NEWS.txt
M PyShell.py
Lib/idlelib/NEWS.txt
Lib/idlelib/PyShell.py