commit | 232689b40d8fcbbac27c8705607ff482ea5b46f8 | [log] [tgz] |
---|---|---|
author | JohnnyNajera <58344607+JohnnyNajera@users.noreply.github.com> | Tue Dec 10 01:22:16 2019 +0200 |
committer | Terry Jan Reedy <tjreedy@udel.edu> | Mon Dec 09 18:22:16 2019 -0500 |
tree | aade05d03aebc4bb241b54cbfc50b499373ed32d | |
parent | 2ad7651c00c9b58b2b8b9e3687c82c203ece576c [diff] [blame] |
bpo-38944: Escape key now closes IDLE completion windows. (GH-17419)
diff --git a/Lib/idlelib/NEWS.txt b/Lib/idlelib/NEWS.txt index 5eb7739..90e7d80 100644 --- a/Lib/idlelib/NEWS.txt +++ b/Lib/idlelib/NEWS.txt
@@ -3,6 +3,9 @@ ====================================== +bpo-38944: Excape key now closes IDLE completion windows. Patch by +Johnny Najera. + bpo-38862: 'Strip Trailing Whitespace' on the Format menu removes extra newlines at the end of non-shell files.