Message 161928 - Python tracker

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.

Content
It turns out that the previous and current versions of IDLE syntax highlighting did not recognize literals with valid two-character prefixes, like "ur" or "br".  Besides restoring "ur", 3.3 also added "rb" to the existing "br" prefixes.  The applied patch explicitly matches any of the prefixes documented in the 3.3 language reference:

http://docs.python.org/dev/reference/lexical_analysis.html#string-and-bytes-literals