summaryrefslogtreecommitdiff
path: root/Lib/idlelib/NEWS.txt
diff options
context:
space:
mode:
authorTerry Jan Reedy <tjreedy@udel.edu>2020-01-22 23:55:07 -0500
committerGitHub <noreply@github.com>2020-01-22 23:55:07 -0500
commitf9e07e116c32b6dc4561d0bdeb452ccde13b0e7c (patch)
tree72813e939cb0b17c1c833edacafcd3c0d5a24968 /Lib/idlelib/NEWS.txt
parent2e43b64c94e49f7133b9c26e84c9519935c49063 (diff)
downloadcpython-git-f9e07e116c32b6dc4561d0bdeb452ccde13b0e7c.tar.gz
bpo-32989: IDLE - remove unneeded parameter (GH-18138)
IDLE does not pass a non-default _synchre in any of its calls to pyparse.find_good_parse_start.
Diffstat (limited to 'Lib/idlelib/NEWS.txt')
-rw-r--r--Lib/idlelib/NEWS.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/Lib/idlelib/NEWS.txt b/Lib/idlelib/NEWS.txt
index 69bf560306..708292ebee 100644
--- a/Lib/idlelib/NEWS.txt
+++ b/Lib/idlelib/NEWS.txt
@@ -6,7 +6,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.
+Remove unneeded arguments and dead code from pyparse
+find_good_parse_start method.
bpo-38943: Fix autocomplete windows not always appearing on some
systems. Patch by Johnny Najera.