commit | e03c74a1b6ac4cebc6688843dd32ba03c49ea492 | [log] [tgz] |
---|---|---|
author | Serhiy Storchaka <storchaka@gmail.com> | Wed Sep 11 22:49:06 2013 +0300 |
committer | Serhiy Storchaka <storchaka@gmail.com> | Wed Sep 11 22:49:06 2013 +0300 |
tree | 84ed0fd2ef7f0a979718dcf5f7bd872a134e0583 | |
parent | b65685f3f22d66e4f99abccf56ec54cdcce36c04 [diff] [blame] |
Issue #18988: The "Tab" key now works when a word is already autocompleted.
diff --git a/Misc/NEWS b/Misc/NEWS index d239b34..9c0b13f 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -191,6 +191,8 @@ IDLE ---- +- Issue #18988: The "Tab" key now works when a word is already autocompleted. + - Issue #18489: Add tests for SearchEngine. Original patch by Phil Webster. - Issue #18429: Format / Format Paragraph, now works when comment blocks