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 terry.reedy
Recipients miss-islington, serhiy.storchaka, terry.reedy, tim.peters
Date 2018-04-02.14:56:55
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1522681015.45.0.467229070634.issue33204@psf.upfronthosting.co.za>
In-reply-to
Content
Yes, still correct, as a keyword.  Legal "x or''" is colored as "x" <normal> "or" <keyword> "''" <string>.  Legal "if'':" is colored as "if" <keyword> "''" <string> ":" <normal>".  New PR revises colorizer test and add the above.
History
Date User Action Args
2018-04-02 14:56:55terry.reedysetrecipients: + terry.reedy, tim.peters, serhiy.storchaka, miss-islington
2018-04-02 14:56:55terry.reedysetmessageid: <1522681015.45.0.467229070634.issue33204@psf.upfronthosting.co.za>
2018-04-02 14:56:55terry.reedylinkissue33204 messages
2018-04-02 14:56:55terry.reedycreate