]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-39663: IDLE: Add additional tests for pyparse (GH-18536)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 18 Feb 2020 03:05:14 +0000 (19:05 -0800)
committerGitHub <noreply@github.com>
Tue, 18 Feb 2020 03:05:14 +0000 (19:05 -0800)
commitfde0041089de2d13e7c473200fb74d3956203987
tree83c4ea69dcce326ed821979abc7177ab919443ff
parent3c57ca699910be74e7cf67d747b24bbc486932f1
bpo-39663: IDLE: Add additional tests for pyparse (GH-18536)

Test when find_good_parse_start should return 0.

Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
(cherry picked from commit ffda25f6b825f3dee493b6f0746266a4dd6989f0)

Co-authored-by: Cheryl Sabella <cheryl.sabella@gmail.com>
Lib/idlelib/NEWS.txt
Lib/idlelib/idle_test/test_pyparse.py
Misc/NEWS.d/next/IDLE/2020-02-17-21-09-03.bpo-39663.wexcsH.rst [new file with mode: 0644]