[3.7] bpo-33204: IDLE: consistently color invalid string prefixes (GH-6344) by miss-islington · Pull Request #6345 · python/cpython

@terryjreedy @miss-islington

…-6344)

A 'u' string prefix cannot be paired with either 'r' or 'f'.  Consistently
color as much of the prefix, starting at the right, as is valid.
(cherry picked from commit da58533)

Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>

terryjreedy