This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author python-dev
Recipients Howitzer21, kbk, python-dev, roger.serwy, serhiy.storchaka, terry.reedy
Date 2013-09-11.20:00:16
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <3cZv9C66Kkz7LjV@mail.python.org>
In-reply-to
Content
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 #18988: The "Tab" key now works when a word is already autocompleted.
http://hg.python.org/cpython/rev/7d38784092d8

New changeset 8d320204d5d6 by Serhiy Storchaka in branch '2.7':
Issue #18988: The "Tab" key now works when a word is already autocompleted.
http://hg.python.org/cpython/rev/8d320204d5d6
History
Date User Action Args
2013-09-11 20:00:17python-devsetrecipients: + python-dev, terry.reedy, kbk, roger.serwy, serhiy.storchaka, Howitzer21
2013-09-11 20:00:17python-devlinkissue18988 messages
2013-09-11 20:00:16python-devcreate