mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
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.
This commit is contained in:
parent
79760ed256
commit
da58533ac6
2 changed files with 10 additions and 4 deletions
|
@ -0,0 +1,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.
|
Loading…
Add table
Add a link
Reference in a new issue