]> 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:46:27 +0000 (22:46 +0300)
committerSerhiy Storchaka <storchaka@gmail.com>
Wed, 11 Sep 2013 19:46:27 +0000 (22:46 +0300)
commitdd4754e6a8760d70db1853855c5f6f0f8c1b1f1b
tree680a29547b9a5e71eac712ab1ed50bebb3d397b4
parentb9183950d80b42cf7d37a82f5a58e5561355e177
Issue #18988: The "Tab" key now works when a word is already autocompleted.
Lib/idlelib/AutoComplete.py
Lib/idlelib/AutoCompleteWindow.py
Misc/NEWS