◐ Shell
clean mode source ↗

Message 161928 - Python tracker

Message161928

Author ned.deily
Recipients ned.deily, python-dev, roger.serwy
Date 2012-05-30.06:04:39
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1338357880.1.0.780895775672.issue14958@psf.upfronthosting.co.za>
In-reply-to
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
History
Date User Action Args
2012-05-30 06:04:40ned.deilysetrecipients: + ned.deily, roger.serwy, python-dev
2012-05-30 06:04:40ned.deilysetmessageid: <1338357880.1.0.780895775672.issue14958@psf.upfronthosting.co.za>
2012-05-30 06:04:39ned.deilylinkissue14958 messages
2012-05-30 06:04:39ned.deilycreate