[issue6528] builtins colored as keyword at beginning of line
Freiddie
report at bugs.python.org
Mon Jul 20 23:39:31 CEST 2009
New submission from Freiddie <fei.yuanbw at gmail.com>:
I noticed in that whenever I enter "None" at the beginning of the line
in IDLE 3.1, the word is colored orange (for keywords) rather than
purple. If I insert a space right before the "None", it returns to its
normal purple color (for builtins), so it only seems to occur at the
beginning of a line. The same thing occurs to "True" and "False", but
not "list", "int", etc. This did not occur in 2.6.
----------
components: IDLE
messages: 90742
nosy: Freiddie
severity: normal
status: open
title: builtins colored as keyword at beginning of line
type: behavior
versions: Python 3.1
_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue6528>
_______________________________________
More information about the Python-bugs-list
mailing list