]> git.ipfire.org Git - thirdparty/Python/cpython.git/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:26:55 +0000 (04:26 +0000)
committerKurt B. Kaiser <kbk@shore.net>
Thu, 23 Dec 2004 04:26:55 +0000 (04:26 +0000)
commitd2186e56db6f89333a6e511e09a64da6bdd2dca1
treefec066c25dc5c666ee94c87494f05edc20800fed
parent64d77717be788e8ed119fedb8037a9c534afc8ae
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