summaryrefslogtreecommitdiffstats
path: root/Lib/idlelib
diff options
context:
space:
mode:
authorTerry Jan Reedy <tjreedy@udel.edu>2020-05-24 13:57:55 (GMT)
committerGitHub <noreply@github.com>2020-05-24 13:57:55 (GMT)
commit16ef3241939a3a64a447e5d7aabaf2e29deca621 (patch)
tree32a1ef6796f4331f03b384098bcc0bb74af911cf /Lib/idlelib
parent905b3cd05f8d2c29e1605d109900e3e9d07af4d3 (diff)
downloadcpython-16ef3241939a3a64a447e5d7aabaf2e29deca621.zip
cpython-16ef3241939a3a64a447e5d7aabaf2e29deca621.tar.gz
cpython-16ef3241939a3a64a447e5d7aabaf2e29deca621.tar.bz2
bpo-37309: Update IDLE NEWS.txt (GH-20356)
Diffstat (limited to 'Lib/idlelib')
-rw-r--r--Lib/idlelib/NEWS.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/Lib/idlelib/NEWS.txt b/Lib/idlelib/NEWS.txt
index b112e8e..709008f 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.