[issue18988] Tab key doesn't work sometimes.

2013-09-11 Thread Roundup Robot
Roundup Robot added the comment: New changeset c882395e8ed8 by Serhiy Storchaka in branch '3.3': Issue #18988: The Tab key now works when a word is already autocompleted. http://hg.python.org/cpython/rev/c882395e8ed8 New changeset 7d38784092d8 by Serhiy Storchaka in branch 'default': Issue

[issue18988] Tab key doesn't work sometimes.

2013-09-11 Thread Serhiy Storchaka
Changes by Serhiy Storchaka storch...@gmail.com: -- resolution: - fixed stage: patch review - committed/rejected status: open - closed ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue18988

[issue18988] Tab key doesn't work sometimes.

2013-09-09 Thread Howitzer21
New submission from Howitzer21: In the IDLE program for Python 3.3.2, I've run across a situation where the tab key is not working. I have attached a file that shows everything in IDLE's console. At the very end of the file, you can see where I have typed in the word queue in IDLE without

[issue18988] Tab key doesn't work sometimes.

2013-09-09 Thread Serhiy Storchaka
Changes by Serhiy Storchaka storch...@gmail.com: -- nosy: +kbk, roger.serwy, terry.reedy versions: +Python 2.7, Python 3.4 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue18988 ___

[issue18988] Tab key doesn't work sometimes.

2013-09-09 Thread Roger Serwy
Roger Serwy added the comment: LGTM. I manually tested it by assigning a = 1 and then pressing tab at after a, aa, aaa, and a, and then pressing tab afterwards. Tab works to complete the name, and then afterwards when it has been replaced with a. --

[issue18988] Tab key doesn't work sometimes.

2013-09-09 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: I think this patch should fix the bug. -- keywords: +patch nosy: +serhiy.storchaka stage: - patch review Added file: http://bugs.python.org/file31698/idle_autocomplete_nochange.patch ___ Python tracker

[issue18988] Tab key doesn't work sometimes.

2013-09-09 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: There is simpler test case. Just enter flo and press TAB. Twice. -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue18988 ___