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

SourceForge.net noreply at sourceforge.net
Tue Jul 18 00:07:28 CEST 2006


Patches item #1479219, was opened at 2006-04-30 03:48
Message generated for change (Comment added) made by kbk
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: Closed
>Resolution: Accepted
Priority: 5
Submitted By: Tal Einat (taleinat)
Assigned to: Kurt B. Kaiser (kbk)
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.


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

>Comment By: Kurt B. Kaiser (kbk)
Date: 2006-07-17 18:07

Message:
Logged In: YES 
user_id=149084

rev 50692.  Thanks for the patch!

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

Comment By: Tal Einat (taleinat)
Date: 2006-06-29 11:55

Message:
Logged In: YES 
user_id=1330769

Replaced patch file:
Fixed a minor bug caused by faulty use of the "and/or trick".

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

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