summaryrefslogtreecommitdiffstats
path: root/Lib/idlelib/NEWS.txt
diff options
context:
space:
mode:
authorCheryl Sabella <cheryl.sabella@gmail.com>2020-02-18 02:47:52 (GMT)
committerGitHub <noreply@github.com>2020-02-18 02:47:52 (GMT)
commitffda25f6b825f3dee493b6f0746266a4dd6989f0 (patch)
tree6e69751897cc7ced8368b0d98e1adf41aa937a90 /Lib/idlelib/NEWS.txt
parent4c1b6a6f4fc46add0097efb3026cf3f0c89f88a2 (diff)
downloadcpython-ffda25f6b825f3dee493b6f0746266a4dd6989f0.zip
cpython-ffda25f6b825f3dee493b6f0746266a4dd6989f0.tar.gz
cpython-ffda25f6b825f3dee493b6f0746266a4dd6989f0.tar.bz2
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>
Diffstat (limited to 'Lib/idlelib/NEWS.txt')
-rw-r--r--Lib/idlelib/NEWS.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/Lib/idlelib/NEWS.txt b/Lib/idlelib/NEWS.txt
index 8381209..021e1f7 100644
--- a/Lib/idlelib/NEWS.txt
+++ b/Lib/idlelib/NEWS.txt
@@ -3,6 +3,8 @@ Released on 2020-10-05?
======================================
+bpo-39663: Add tests for pyparse find_good_parse_start().
+
bpo-39600: Remove duplicate font names from configuration list.
bpo-38792: Close a shell calltip if a :exc:`KeyboardInterrupt`