]> granicus.if.org Git - python/commit
bpo-33204: IDLE: consistently color invalid string prefixes (#6344)
authorTerry Jan Reedy <tjreedy@udel.edu>
Mon, 2 Apr 2018 05:47:46 +0000 (01:47 -0400)
committerGitHub <noreply@github.com>
Mon, 2 Apr 2018 05:47:46 +0000 (01:47 -0400)
commitda58533ac67b01ce8f6466e6f03ff6b8b3bb04d5
tree9f34dc1256bb997bccd5d979741defa5ab15e794
parent79760ed256987cead08d668b95675afba6b3760f
bpo-33204: IDLE: consistently color invalid string prefixes (#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.
Lib/idlelib/colorizer.py
Misc/NEWS.d/next/IDLE/2018-04-02-00-28-13.bpo-33204.NBsuIv.rst [new file with mode: 0644]