This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: ColorDelegator - Several bug fixes
Type: Stage:
Components: IDLE Versions:
process
Status: closed Resolution: accepted
Dependencies: Superseder:
Assigned To: kbk Nosy List: kbk, taleinat
Priority: normal Keywords: patch

Created on 2006-04-30 07:48 by taleinat, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
ColorDelegator.patch taleinat, 2006-06-29 15:55 ColorDelegator patch diff
Messages (3)
msg50144 - (view) Author: Tal Einat (taleinat) * (Python committer) Date: 2006-04-30 07:48
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.
msg50145 - (view) Author: Tal Einat (taleinat) * (Python committer) Date: 2006-06-29 15:55
Logged In: YES 
user_id=1330769

Replaced patch file:
Fixed a minor bug caused by faulty use of the "and/or trick".
msg50146 - (view) Author: Kurt B. Kaiser (kbk) * (Python committer) Date: 2006-07-17 22:07
Logged In: YES 
user_id=149084

rev 50692.  Thanks for the patch!
History
Date User Action Args
2022-04-11 14:56:17adminsetgithub: 43297
2006-04-30 07:48:02taleinatcreate