]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-32989: IDLE - remove unneeded parameter (GH-18138)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Thu, 23 Jan 2020 05:13:41 +0000 (21:13 -0800)
committerGitHub <noreply@github.com>
Thu, 23 Jan 2020 05:13:41 +0000 (21:13 -0800)
commit545fc51d950558ecec9ff64cb2f9c11469051524
tree397011527b3e7c748c912b5ccd8fc63ebc21555f
parent3b7618809df647574e8aad4c2d869a1d55df147c
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.
(cherry picked from commit f9e07e116c32b6dc4561d0bdeb452ccde13b0e7c)

Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
Lib/idlelib/NEWS.txt
Lib/idlelib/pyparse.py