This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author terry.reedy
Recipients terry.reedy
Date 2016-06-07.01:40:31
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1465263632.45.0.499678988052.issue27245@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2016-06-07 01:40:32terry.reedysetrecipients: + terry.reedy
2016-06-07 01:40:32terry.reedysetmessageid: <1465263632.45.0.499678988052.issue27245@psf.upfronthosting.co.za>
2016-06-07 01:40:32terry.reedylinkissue27245 messages
2016-06-07 01:40:31terry.reedycreate