cpython/Misc/NEWS.d/next/IDLE/2018-04-02-00-28-13.bpo-332...

4 lines
223 B
ReStructuredText

IDLE: consistently color invalid string prefixes. 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. Revise and extend colorizer test.