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 puzzlet
Recipients puzzlet, terry.reedy
Date 2010-05-08.03:06:49
SpamBayes Score 3.935406e-06
Marked as misclassified No
Message-id <[email protected]>
In-reply-to
Content
> In any case, with IDLE on my WinXP 3.1.2 system, all string literals are green, with or without a leading b.

The letter b should also be green, while it shows the letter u from u'string' in green, which it shouldn't as it's not valid anymore.

Tested in IDLE with following version of Python:

Python 3.1.2 (r312:79149, Mar 20 2010, 22:55:39) [MSC v.1500 64 bit (AMD64)] on win32
History
Date User Action Args
2010-05-08 03:06:51puzzletsetrecipients: + puzzlet, terry.reedy
2010-05-08 03:06:51puzzletsetmessageid: <[email protected]>
2010-05-08 03:06:50puzzletlinkissue8641 messages
2010-05-08 03:06:49puzzletcreate