From 8d4d9bbe7d5ff38340f7ffe092c717d4daf3c150 Mon Sep 17 00:00:00 2001 From: Terry Jan Reedy Date: Sun, 24 May 2020 09:27:48 -0400 Subject: [PATCH] bpo-37309: Update IDLE NEWS.txt --- Lib/idlelib/NEWS.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/Lib/idlelib/NEWS.txt b/Lib/idlelib/NEWS.txt index b112e8ea293a99f..709008f78a571dc 100644 --- a/Lib/idlelib/NEWS.txt +++ b/Lib/idlelib/NEWS.txt @@ -4,6 +4,7 @@ Released on 2020-10-05? bpo-40723: Make test_idle pass when run after import. +Patch by Florian Dahlitz. bpo-38689: IDLE will no longer freeze when inspect.signature fails when fetching a calltip.