summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorTerry Jan Reedy <tjreedy@udel.edu>2018-04-02 15:18:02 (GMT)
committerGitHub <noreply@github.com>2018-04-02 15:18:02 (GMT)
commit55966f3a0d5f1bf823bd22ce1abbde267b06552f (patch)
treebd13ab1689e6f72321d5b93828f69b840f34c4ae /Misc
parentda58533ac67b01ce8f6466e6f03ff6b8b3bb04d5 (diff)
downloadcpython-55966f3a0d5f1bf823bd22ce1abbde267b06552f.zip
cpython-55966f3a0d5f1bf823bd22ce1abbde267b06552f.tar.gz
cpython-55966f3a0d5f1bf823bd22ce1abbde267b06552f.tar.bz2
bpo-33204: IDLE - revise and extend colorizer test. (GH-6347)
Followup to primary PR for the issue, GH-6344.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS.d/next/IDLE/2018-04-02-00-28-13.bpo-33204.NBsuIv.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/Misc/NEWS.d/next/IDLE/2018-04-02-00-28-13.bpo-33204.NBsuIv.rst b/Misc/NEWS.d/next/IDLE/2018-04-02-00-28-13.bpo-33204.NBsuIv.rst
index d5d7698..3ae937b 100644
--- a/Misc/NEWS.d/next/IDLE/2018-04-02-00-28-13.bpo-33204.NBsuIv.rst
+++ b/Misc/NEWS.d/next/IDLE/2018-04-02-00-28-13.bpo-33204.NBsuIv.rst
@@ -1,3 +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.
+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.