From: Terry Jan Reedy Date: Sun, 24 May 2020 13:57:55 +0000 (-0400) Subject: bpo-37309: Update IDLE NEWS.txt (GH-20356) X-Git-Tag: v3.10.0a1~842 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=16ef3241939a3a64a447e5d7aabaf2e29deca621;p=thirdparty%2FPython%2Fcpython.git bpo-37309: Update IDLE NEWS.txt (GH-20356) --- diff --git a/Lib/idlelib/NEWS.txt b/Lib/idlelib/NEWS.txt index b112e8ea293a..709008f78a57 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.