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 arigo
Recipients arigo
Date 2015-02-11.10:21:43
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1423650104.74.0.902857510979.issue23441@psf.upfronthosting.co.za>
In-reply-to
Content
In the interactive prompt:

>>> if 1:
... <press tab here>

Pressing tab here should just insert 4 spaces. It makes no sense to display all 500 possible "completions" of the empty word, and using tab to indent is a very common feature of any editor with a Python mode.

Patch attached.
History
Date User Action Args
2015-02-11 10:21:44arigosetrecipients: + arigo
2015-02-11 10:21:44arigosetmessageid: <1423650104.74.0.902857510979.issue23441@psf.upfronthosting.co.za>
2015-02-11 10:21:44arigolinkissue23441 messages
2015-02-11 10:21:44arigocreate