]> 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:32:25 +0000 (04:32 +0000)
committerKurt B. Kaiser <kbk@shore.net>
Thu, 23 Dec 2004 04:32:25 +0000 (04:32 +0000)
commit8e1ba59add1cc87b7b0a10ba1c568653b5aa2076
tree4f2c735e60dc6650b181f127f24b91bd8a6cd145
parent2793e18b1b78daaaaab95b1ea7a299e64f92c46a
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
M idlever.py
Lib/idlelib/NEWS.txt
Lib/idlelib/PyShell.py
Lib/idlelib/idlever.py