[issue25313] IDLE: gracefully handle themes (or keysets, or ...) not present

Mark Roseman report at bugs.python.org
Mon Oct 5 20:22:41 EDT 2015


Mark Roseman added the comment:

On a more direct note, have attached missingtheme.patch, which ensures that all queries for the active theme go through CurrentTheme(), which has been modified to verify that the theme exists; if not, it returns 'IDLE Classic'

----------
Added file: http://bugs.python.org/file40693/missingtheme.patch

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


More information about the Python-bugs-list mailing list