]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-32989: IDLE - fix bad editor call of pyparse method (GH-5968)
authorCheryl Sabella <cheryl.sabella@gmail.com>
Tue, 21 Jan 2020 10:11:26 +0000 (05:11 -0500)
committerTerry Jan Reedy <tjreedy@udel.edu>
Tue, 21 Jan 2020 10:11:26 +0000 (05:11 -0500)
commitec64640a2c5236d7a5d5470d759172a3d93eab0b
treead86cfb197213427cf1e00f8aee003980110629d
parent8698b34b68065b80bd9bd18b8decb425208fa386
bpo-32989: IDLE - fix bad editor call of pyparse method (GH-5968)

Fix comments and add tests for editor newline_and_indent_event method.
Remove unused None default for function parameter of pyparse find_good_parse_start method
and code triggered by that default.

Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
Lib/idlelib/NEWS.txt
Lib/idlelib/editor.py
Lib/idlelib/idle_test/test_editor.py
Lib/idlelib/idle_test/test_pyparse.py
Lib/idlelib/pyparse.py
Misc/NEWS.d/next/IDLE/2018-03-03-12-56-26.bpo-32989.FVhmhH.rst [new file with mode: 0644]