[New-bugs-announce] [issue15347] IDLE - does not close if the debugger was active
Roger Serwy
report at bugs.python.org
Fri Jul 13 21:32:43 CEST 2012
New submission from Roger Serwy <roger.serwy at gmail.com>:
IDLE fails to close if the debugger was active.
Steps to reproduce:
1) Start IDLE with only a shell.
2) Enable debugger.
3) Press enter in the shell. (Causes debugger to activate)
4) Close the shell window. (File->Exit or click X)
5) Click "OK" in the dialog box.
IDLE keeps running despite all windows being closed.
----------
components: IDLE
messages: 165410
nosy: serwy
priority: normal
severity: normal
status: open
title: IDLE - does not close if the debugger was active
type: behavior
versions: Python 2.7, Python 3.2, Python 3.3
_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue15347>
_______________________________________
More information about the New-bugs-announce
mailing list