]> 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:12:58 +0000 (21:12 -0800)
committerGitHub <noreply@github.com>
Thu, 23 Jan 2020 05:12:58 +0000 (21:12 -0800)
commit36968c13cb9800559dbb90686933da7daf52c788
tree6d36cec40e505ec1e152b2983d082a665ea86728
parentba83d1eb1c7b5e8eab17da364a6324b0b0e0932b
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