This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author roger.serwy
Recipients roger.serwy
Date 2012-05-30.00:37:47
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1338338268.62.0.441053102014.issue14958@psf.upfronthosting.co.za>
In-reply-to
Content
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"".
History
Date User Action Args
2012-05-30 00:37:48roger.serwysetrecipients: + roger.serwy
2012-05-30 00:37:48roger.serwysetmessageid: <1338338268.62.0.441053102014.issue14958@psf.upfronthosting.co.za>
2012-05-30 00:37:47roger.serwylinkissue14958 messages
2012-05-30 00:37:47roger.serwycreate