[Patches] [ python-Patches-1479219 ] ColorDelegator - Several bug fixes

SourceForge.net noreply at sourceforge.net
Sun Apr 30 09:48:03 CEST 2006


Patches item #1479219, was opened at 2006-04-30 10:48
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=1479219&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: Tal Einat (taleinat)
Assigned to: Nobody/Anonymous (nobody)
Summary: ColorDelegator - Several bug fixes

Initial Comment:
This patch fixes the following bugs in the Bug Tracker:

[ 1325071 ] "as" keyword sometimes highlighted in strings


This patch fixes the following undocumented bugs:

* "as" keyword colored as a keyword even in comments on
the 'import' line
* Comments such as "#False identity", which start with
a keyword immediatly after the '#' character, aren't
colored as comments.
* In unicode string literals (e.g. u"bob"), the
preceding 'u' character isn't colored as part of the
string. But the preceding 'r' of raw string literals is.

I have only added/fixed minor details, no logic changes.


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

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


More information about the Patches mailing list