[pypy-issue] Issue #1978: readline: tab should insert 4 spaces when at start of line (pypy/pypy)

Armin Rigo issues-reply at bitbucket.org
Wed Feb 11 10:24:38 CET 2015


New issue 1978: readline: tab should insert 4 spaces when at start of line
https://bitbucket.org/pypy/pypy/issue/1978/readline-tab-should-insert-4-spaces-when

Armin Rigo:

In the interactive prompt:

```
#!python

>>>> 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.




More information about the pypy-issue mailing list