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 belopolsky
Recipients belopolsky, cben, eric.araujo, ezio.melotti, flox, giampaolo.rodola, larry, lesmana, loewis, mark.dickinson, ned.deily, pitrou, python-dev, r.david.murray, ronaldoussoren, serhiy.storchaka, steven.daprano, tshepang
Date 2013-05-06.15:34:45
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1367854485.95.0.976148561509.issue5845@psf.upfronthosting.co.za>
In-reply-to
Content
I am in AP's camp on the tab issue, but I think we can preserve "tab inserts tab" behavior at the continuation prompt.  I don't like "indent at beginning of line."  I have rlcompleter enabled in Python 2.6 and i get the following when I press tab:

Python 2.6.6 (r266:84292, Feb 22 2013, 00:00:18)
[GCC 4.4.7 20120313 (Red Hat 4.4.7-3)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> <tab>
Display all 173 possibilities? (y or n) y
ArithmeticError(            abs(                        input(
AssertionError(             all(                        int(
AttributeError(             and                         intern(
BaseException(              any(                        is
..

I find this rather useful.

At the ... prompt, however, a tab (or better four spaces) is arguably the right completion at the beginning of the line.
History
Date User Action Args
2013-05-06 15:34:46belopolskysetrecipients: + belopolsky, loewis, ronaldoussoren, mark.dickinson, cben, pitrou, larry, giampaolo.rodola, ned.deily, ezio.melotti, eric.araujo, steven.daprano, r.david.murray, flox, lesmana, tshepang, python-dev, serhiy.storchaka
2013-05-06 15:34:45belopolskysetmessageid: <1367854485.95.0.976148561509.issue5845@psf.upfronthosting.co.za>
2013-05-06 15:34:45belopolskylinkissue5845 messages
2013-05-06 15:34:45belopolskycreate