Patches item #1479219, was opened at 2006-04-30 07:48 Message generated for change (Settings changed) made by gbrandl 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: 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. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=305470&aid=1479219&group_id=5470 _______________________________________________ Patches mailing list [email protected] http://mail.python.org/mailman/listinfo/patches
