[New-bugs-announce] [issue24996] IDLE: debugger local/global vars should not be editable

Mark Roseman report at bugs.python.org
Thu Sep 3 23:29:13 CEST 2015


New submission from Mark Roseman:

In the debugger, the values for the variables shown in the locals/globals panes are editable (i.e. using Entry widget) but I don't see any mechanism to have those changes affect anything. If I'm not missing something, why Entry and not Label?

----------
messages: 249690
nosy: kbk, markroseman, roger.serwy, terry.reedy
priority: normal
severity: normal
status: open
title: IDLE: debugger local/global vars should not be editable
type: behavior
versions: Python 2.7, Python 3.4, Python 3.5, Python 3.6

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue24996>
_______________________________________


More information about the New-bugs-announce mailing list