]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-39663: IDLE: Add additional tests for pyparse (GH-18536)
authorCheryl Sabella <cheryl.sabella@gmail.com>
Tue, 18 Feb 2020 02:47:52 +0000 (21:47 -0500)
committerGitHub <noreply@github.com>
Tue, 18 Feb 2020 02:47:52 +0000 (21:47 -0500)
commitffda25f6b825f3dee493b6f0746266a4dd6989f0
tree6e69751897cc7ced8368b0d98e1adf41aa937a90
parent4c1b6a6f4fc46add0097efb3026cf3f0c89f88a2
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>
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]