[ python-Bugs-1325071 ] "as" keyword sometimes highlighted in strings

SourceForge.net noreply at sourceforge.net
Fri Oct 14 09:20:13 CEST 2005


Bugs item #1325071, was opened at 2005-10-12 12:45
Message generated for change (Comment added) made by rhettinger
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1325071&group_id=5470

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: IDLE
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Artur de Sousa Rocha (adsr)
Assigned to: Kurt B. Kaiser (kbk)
Summary: "as" keyword sometimes highlighted in strings

Initial Comment:
IDLE sometimes highlights the "as" keyword inside
strings. See the docstring to the get_redir() function
in the attached script.

IDLE 1.1.2, Python 2.4.2, but I've seen it in older
versions too.

----------------------------------------------------------------------

>Comment By: Raymond Hettinger (rhettinger)
Date: 2005-10-14 02:20

Message:
Logged In: YES 
user_id=80475

It is better to have fast and simple syntax highlighting
which does not special-case literals.  IOW, I prefer the
status quo -- it would be a loss to have the highlighting
code get mired down with parser logic.


----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1325071&group_id=5470


More information about the Python-bugs-list mailing list