[issue13495] IDLE: Regressions - Two ColorDelegator instances loaded

Roger Serwy report at bugs.python.org
Sat Apr 20 04:32:06 CEST 2013


Roger Serwy added the comment:

I will split the "good_load" flag bug into its own issue.

While addressing a bug in #5492, another doubled-up ColorDelegator problem appeared, tracing back to #1586.

The dual_delagators patch removes the code which loads the extra color delegators as well as ensures that ResetColorizer loads a color delegator since ispythonsource() now always returns True in a PyShell instance.

----------
assignee:  -> roger.serwy
title: IDLE: Regressions - Two ColorDelegator instances loaded and -e no longer edits new files. -> IDLE: Regressions - Two ColorDelegator instances loaded
versions: +Python 3.4 -Python 3.2
Added file: http://bugs.python.org/file29946/dual_delegators.patch

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


More information about the Python-bugs-list mailing list