[issue8641] IDLE 3 doesn't highlights b"", but u""

2010-05-07 Thread Puzzlet Chung
Puzzlet Chung added the comment: > In any case, with IDLE on my WinXP 3.1.2 system, all string literals are > green, with or without a leading b. The letter b should also be green, while it shows the letter u from u'string' in green, which it shouldn't as it's not

[issue8641] IDLE 3 doesn't highlights b"", but u""

2010-05-06 Thread Puzzlet Chung
New submission from Puzzlet Chung : IDLE 3.1.2 doesn't highlight b"" syntax, instead highlights u"". Tested with IDLE (x86) 3.1.2 and Windows XP SP2. -- components: IDLE messages: 105184 nosy: puzzlet priority: normal severity: normal status: open title: ID