commit | 96ce22706735779cf8cc46eaaa5ac61359364b5a | [log] [tgz] |
---|---|---|
author | Terry Jan Reedy <tjreedy@udel.edu> | Mon Feb 10 20:08:58 2020 -0500 |
committer | GitHub <noreply@github.com> | Mon Feb 10 20:08:58 2020 -0500 |
tree | e54a0386757f346642d4dc358dd583b6040fb4c7 | |
parent | 038770edc4680e9a3dc39bacb35a8358034fb901 [diff] [blame] |
bpo-39600: Adjust code, add idlelib/NEWS item (GH-18449) Complete previous patch.
diff --git a/Lib/idlelib/NEWS.txt b/Lib/idlelib/NEWS.txt index d57ba7e..8381209 100644 --- a/Lib/idlelib/NEWS.txt +++ b/Lib/idlelib/NEWS.txt
@@ -3,6 +3,8 @@ ====================================== +bpo-39600: Remove duplicate font names from configuration list. + bpo-38792: Close a shell calltip if a :exc:`KeyboardInterrupt` or shell restart occurs. Patch by Zackery Spytz.