Kaydet (Commit) 6ae6ba09 authored tarafından Kurt B. Kaiser's avatar Kurt B. Kaiser

Remove the None tag from tagdefs dict for now, appears inoperative and

causes a _tkinter error in py3k.
üst e9fb515d
......@@ -296,7 +296,9 @@ class ModifiedColorDelegator(ColorDelegator):
"stdout": idleConf.GetHighlight(theme, "stdout"),
"stderr": idleConf.GetHighlight(theme, "stderr"),
"console": idleConf.GetHighlight(theme, "console"),
None: idleConf.GetHighlight(theme, "normal"),
### KBK 10Aug07: None tag doesn't seem to serve a purpose and
### breaks in py3k. Comment out for now.
#None: idleConf.GetHighlight(theme, "normal"),
})
class ModifiedUndoDelegator(UndoDelegator):
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment