]> granicus.if.org Git - python/commit
Issue #18988: The "Tab" key now works when a word is already autocompleted.
authorSerhiy Storchaka <storchaka@gmail.com>
Wed, 11 Sep 2013 19:49:06 +0000 (22:49 +0300)
committerSerhiy Storchaka <storchaka@gmail.com>
Wed, 11 Sep 2013 19:49:06 +0000 (22:49 +0300)
commite03c74a1b6ac4cebc6688843dd32ba03c49ea492
tree84ed0fd2ef7f0a979718dcf5f7bd872a134e0583
parentb65685f3f22d66e4f99abccf56ec54cdcce36c04
Issue #18988: The "Tab" key now works when a word is already autocompleted.
Lib/idlelib/AutoComplete.py
Lib/idlelib/AutoCompleteWindow.py
Misc/NEWS