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 loewis
Recipients
Date 2006-09-23.11:23:07
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
When you do

raw_input()
A<tab>

instead of putting the tab character into the input
buffer, IDLE opens the completion window. It should not
do this, since the user is interacting with its
application, not with the Python interpreter at this point.
History
Date User Action Args
2007-08-23 14:42:57adminlinkissue1563981 messages
2007-08-23 14:42:57admincreate