diff options
author | Terry Jan Reedy <tjreedy@udel.edu> | 2020-05-24 13:57:55 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-24 13:57:55 (GMT) |
commit | 16ef3241939a3a64a447e5d7aabaf2e29deca621 (patch) | |
tree | 32a1ef6796f4331f03b384098bcc0bb74af911cf /Lib/idlelib | |
parent | 905b3cd05f8d2c29e1605d109900e3e9d07af4d3 (diff) | |
download | cpython-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.txt | 1 |
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. |