]> granicus.if.org Git - python/commit
Patch 1479219 - Tal Einat
authorKurt B. Kaiser <kbk@shore.net>
Mon, 17 Jul 2006 21:59:27 +0000 (21:59 +0000)
committerKurt B. Kaiser <kbk@shore.net>
Mon, 17 Jul 2006 21:59:27 +0000 (21:59 +0000)
commita2f60a47b5e5138f8a7c46226183f372174166c9
tree4cb4a19db911f58451adbc1dc04125a014834cb5
parent7a752e7ad46eb50b9016f0a3182c1a5fd84ba047
Patch 1479219 - Tal Einat
1. 'as' highlighted as builtin in comment string on import line
2. Comments such as "#False identity" which start with a keyword immediately
   after the '#' character aren't colored as comments.
3. u or U beginning unicode string not correctly highlighted

Closes bug 1325071
Lib/idlelib/ColorDelegator.py