summaryrefslogtreecommitdiffstats
path: root/Lib/idlelib/NEWS.txt
diff options
context:
space:
mode:
authorZackery Spytz <zspytz@gmail.com>2020-01-23 03:54:30 (GMT)
committerTerry Jan Reedy <tjreedy@udel.edu>2020-01-23 03:54:30 (GMT)
commit2e43b64c94e49f7133b9c26e84c9519935c49063 (patch)
treecc28acd3ca83e6cdfb53210d6f8733c8730663cf /Lib/idlelib/NEWS.txt
parentdd754caf144009f0569dda5053465ba2accb7b4d (diff)
downloadcpython-2e43b64c94e49f7133b9c26e84c9519935c49063.zip
cpython-2e43b64c94e49f7133b9c26e84c9519935c49063.tar.gz
cpython-2e43b64c94e49f7133b9c26e84c9519935c49063.tar.bz2
bpo-39050: The Help button in IDLE's config menu works again (GH-17611)
Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
Diffstat (limited to 'Lib/idlelib/NEWS.txt')
-rw-r--r--Lib/idlelib/NEWS.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/Lib/idlelib/NEWS.txt b/Lib/idlelib/NEWS.txt
index 9f8894e..69bf560 100644
--- a/Lib/idlelib/NEWS.txt
+++ b/Lib/idlelib/NEWS.txt
@@ -3,6 +3,8 @@ Released on 2020-10-05?
======================================
+bpo-39050: Make Settings dialog Help button work again.
+
bpo-32989: Add tests for editor newline_and_indent_event method.
Remove dead code from pyparse find_good_parse_start method.