[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: IDLE 3 doesn't highlights b"", but u""
versions: Python 3.1

___
Python tracker 
<http://bugs.python.org/issue8641>
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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 valid anymore.

Tested in IDLE with following version of Python:

Python 3.1.2 (r312:79149, Mar 20 2010, 22:55:39) [MSC v.1500 64 bit (AMD64)] on 
win32

--
status: pending -> open

___
Python tracker 
<http://bugs.python.org/issue8641>
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com