]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
bpo-37309: Update IDLE NEWS.txt (GH-20356)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sun, 24 May 2020 14:16:09 +0000 (07:16 -0700)
committerGitHub <noreply@github.com>
Sun, 24 May 2020 14:16:09 +0000 (07:16 -0700)
(cherry picked from commit 16ef3241939a3a64a447e5d7aabaf2e29deca621)

Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
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.