[New-bugs-announce] [issue27245] IDLE: Fix deletion of custom themes and key bindings

Terry J. Reedy report at bugs.python.org
Mon Jun 6 21:40:32 EDT 2016


New submission from Terry J. Reedy:

Open IDLE by running from console or importing idlelib.idle in interactive Python window.  In the IDLE Preferences dialog, create a new custom theme or key set.  [Apply] or close with [OK].  Reopen, if necessary, select the new custom set as current, select Delete, and Apply or close.  IDLE will delete the set and then try to read it.  A warning message will appear in the console/interpreter for each item in the set that is had to replace with the default value.

IDLE should replace the deleted set with one of the builtins before reading, or even better, allow and require deletion of something that is not current.

----------
messages: 267580
nosy: terry.reedy
priority: normal
severity: normal
stage: test needed
status: open
title: IDLE: Fix deletion of custom themes and key bindings
type: behavior
versions: Python 3.6

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


More information about the New-bugs-announce mailing list