]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-32989: IDLE - remove unneeded parameter (GH-18138)
authorTerry Jan Reedy <tjreedy@udel.edu>
Thu, 23 Jan 2020 04:55:07 +0000 (23:55 -0500)
committerGitHub <noreply@github.com>
Thu, 23 Jan 2020 04:55:07 +0000 (23:55 -0500)
commitf9e07e116c32b6dc4561d0bdeb452ccde13b0e7c
tree72813e939cb0b17c1c833edacafcd3c0d5a24968
parent2e43b64c94e49f7133b9c26e84c9519935c49063
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.
Lib/idlelib/NEWS.txt
Lib/idlelib/pyparse.py