Skip to content

Commit 1ae0fd8

Browse files
authored
[3.8] bpo-37309: Update IDLE NEWS.txt for 3.8.4 (GH-20355)
1 parent a64df48 commit 1ae0fd8

File tree

1 file changed

+18
-2
lines changed

1 file changed

+18
-2
lines changed

Lib/idlelib/NEWS.txt

Lines changed: 18 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,15 @@
1-
What's New in IDLE 3.8.1
2-
Released on 2019-12-16?
1+
What's New in IDLE 3.8.4
2+
Released on 2020-07-03?
33
======================================
44

55

66
bpo-40723: Make test_idle pass when run after import.
7+
Patch by Florian Dahlitz.
8+
9+
10+
What's New in IDLE 3.8.3
11+
Released on 2020-05-13
12+
======================================
713

814
bpo-38689: IDLE will no longer freeze when inspect.signature fails
915
when fetching a calltip.
@@ -21,6 +27,11 @@ bpo-39781: Selecting code context lines no longer causes a jump.
2127

2228
bpo-39663: Add tests for pyparse find_good_parse_start().
2329

30+
31+
What's New in IDLE 3.8.2
32+
Released on 2020-02-17
33+
======================================
34+
2435
bpo-39600: Remove duplicate font names from configuration list.
2536

2637
bpo-38792: Close a shell calltip if a :exc:`KeyboardInterrupt`
@@ -37,6 +48,11 @@ bpo-32989: Add tests for editor newline_and_indent_event method.
3748
Remove unneeded arguments and dead code from pyparse
3849
find_good_parse_start method.
3950

51+
52+
What's New in IDLE 3.8.1
53+
Released on 2019-12-18
54+
======================================
55+
4056
bpo-38943: Fix autocomplete windows not always appearing on some
4157
systems. Patch by Johnny Najera.
4258

0 commit comments

Comments
 (0)