summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next/IDLE/2018-04-02-00-28-13.bpo-33204.NBsuIv.rst
blob: 3ae937bab930d32cd8cdf0671f3a41faefd3bca7 (plain)
1
2
3
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.