diff options
author | Terry Jan Reedy <tjreedy@udel.edu> | 2019-07-28 16:04:31 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-07-28 16:04:31 (GMT) |
commit | b222955355c8077a3ceca79195731663d7c3dd5f (patch) | |
tree | bb140e306f9c03da2874b87445b20bb901600ce1 /Misc | |
parent | 17a058ed6ffa7f56c0920d15d214ad080e7eef86 (diff) | |
download | cpython-b222955355c8077a3ceca79195731663d7c3dd5f.zip cpython-b222955355c8077a3ceca79195731663d7c3dd5f.tar.gz cpython-b222955355c8077a3ceca79195731663d7c3dd5f.tar.bz2 |
bpo-37692: Improve highlight config sample (#14983)
Use an example shell interaction in the sample and better labels for shell elements.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/IDLE/2019-07-27-15-14-20.bpo-37692.TRHGjD.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/IDLE/2019-07-27-15-14-20.bpo-37692.TRHGjD.rst b/Misc/NEWS.d/next/IDLE/2019-07-27-15-14-20.bpo-37692.TRHGjD.rst new file mode 100644 index 0000000..b3beadc --- /dev/null +++ b/Misc/NEWS.d/next/IDLE/2019-07-27-15-14-20.bpo-37692.TRHGjD.rst @@ -0,0 +1,2 @@ +Improve highlight config sample with example shell interaction and better +labels for shell elements. |