[issue8285] IDLE not smart indenting correctly in nested statements

Mark Dickinson report at bugs.python.org
Thu Aug 5 20:49:08 CEST 2010


Mark Dickinson <dickinsm at gmail.com> added the comment:

I don't think this is specific to IDLE;  it also happens when launching the python interpreter directly from a terminal on OS X or Linux.  (BTW, what platform are you on?)

As far as I can tell, the TAB character is simply advancing to the next tab stop;  those tab stops are determined by the terminal, and can be controlled with the 'tabs' command on Linux.  Though if you're using the readline library, that seems to override or reset the tab settings somehow.

----------
components: +Interpreter Core -IDLE
nosy: +mark.dickinson

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue8285>
_______________________________________


More information about the Python-bugs-list mailing list