New submission from Roger Serwy <roger.se...@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 <rep...@bugs.python.org> <http://bugs.python.org/issue14958> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com