]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
bpo-37309: Update IDLE NEWS.txt (GH-20356)
authorTerry Jan Reedy <tjreedy@udel.edu>
Sun, 24 May 2020 13:57:55 +0000 (09:57 -0400)
committerGitHub <noreply@github.com>
Sun, 24 May 2020 13:57:55 +0000 (09:57 -0400)
Lib/idlelib/NEWS.txt

index b112e8ea293a99f0ef44eea2fa5c51b689264013..709008f78a571dcb476ff4e6ebb3d5c0f3910a6c 100644 (file)
@@ -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.