[issue14958] IDLE 3 and PEP414 - highlighting unicode literals

Roger Serwy report at bugs.python.org
Wed May 30 02:37:48 CEST 2012


New submission from Roger Serwy <roger.serwy at gmail.com>:

Issue8641 addressed the problem of not highlighting byte literals, but dropped Unicode literals, as it should have. This happened months before the acceptance of PEP414.

IDLE 3 should now highlight u"" as well as b"", as well as valid combinations with r"".

----------
components: IDLE
keywords: easy
messages: 161921
nosy: serwy
priority: low
severity: normal
stage: needs patch
status: open
title: IDLE 3 and PEP414 - highlighting unicode literals
type: behavior
versions: Python 3.2, Python 3.3

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue14958>
_______________________________________


More information about the Python-bugs-list mailing list