[issue33204] IDLE: remove \b from colorizer string prefix

Terry J. Reedy report at bugs.python.org
Mon Apr 2 10:56:55 EDT 2018


Terry J. Reedy <tjreedy at udel.edu> added the comment:

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.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue33204>
_______________________________________


More information about the Python-bugs-list mailing list